Skip to content

Commit 2da3bab

Browse files
committed
fix(docs): increase sidebar width
1 parent 65095bf commit 2da3bab

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

apps/docs/app/global.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
@tailwind base;
22
@tailwind components;
33
@tailwind utilities;
4+
5+
:root {
6+
@media (min-width: 768px) {
7+
.md\:\[--fd-sidebar-width\:268px\] {
8+
--fd-sidebar-width: 280px !important;
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)