Skip to content

Commit b242ea5

Browse files
Create custom.scss
1 parent 5ca5ba2 commit b242ea5

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

docs/assets/css/custom.scss

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
---
3+
4+
@import "just-the-docs";
5+
6+
/* ============================= */
7+
/* Sidebar-Breite anpassen */
8+
/* ============================= */
9+
10+
.side-bar {
11+
width: 220px; /* schmaler als Standard */
12+
min-width: 220px;
13+
}
14+
15+
/* Content-Bereich anpassen */
16+
.main {
17+
margin-left: 220px; /* muss zur Sidebar-Breite passen */
18+
}

0 commit comments

Comments
 (0)