Skip to content

Commit 61bc4c6

Browse files
committed
Content: Adjust sidebar width + smaller gap
1 parent 7425348 commit 61bc4c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/v2/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ textarea:not([rows]) {
309309

310310
--header-height: 4rem;
311311

312-
--sidebar-width: min(24rem, 100%);
312+
--sidebar-width: min(22rem, 100%);
313313
--sidebar-item-padding-lr: 0.75rem;
314314
--sidebar-item-padding-tb: 0.25rem;
315315
--content-max-width: 88rem;
@@ -442,7 +442,7 @@ ol li:last-child {
442442
}
443443
}
444444
.content {
445-
padding: 0 var(--space-2xl) 2rem;
445+
padding: 0 var(--space-xl) 2rem;
446446
}
447447

448448
.header__logo-small {

0 commit comments

Comments
 (0)