Skip to content

Commit 5955983

Browse files
committed
Layout: Fix outer container padding
1 parent 47e8b02 commit 5955983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/v2/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ ol li:last-child {
404404
}
405405
}
406406
.content {
407-
padding: 0 var(--space-s) 2rem;
407+
padding: 0 var(--space-l) 2rem;
408408
}
409409

410410
.header__logo {

0 commit comments

Comments
 (0)