10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 9f7cb5d71f - Show all commits

View file

@ -33,6 +33,10 @@ section {
}
aside.right + section {
margin-right: calc(#{$basic_aside_width} + #{$basic_space});
}
aside.left + section {
margin-left: calc(#{$basic_aside_width} + #{$basic_space});
}

View file

@ -276,6 +276,9 @@ body {
color: black;
background-color: gray; }
aside.right + section {
margin-right: calc(20% + 8px); }
aside.left + section {
margin-left: calc(20% + 8px); }