Added aside styles

This commit is contained in:
Stephan 2016-12-09 10:39:49 +01:00
parent 224f68e17c
commit 9f7cb5d71f
2 changed files with 7 additions and 0 deletions

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); }