Added aside styles
This commit is contained in:
parent
224f68e17c
commit
9f7cb5d71f
2 changed files with 7 additions and 0 deletions
|
|
@ -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});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue