Add variables about sizes
This commit is contained in:
parent
9b6d4b2b07
commit
a67173756b
@ -7,7 +7,7 @@
|
|||||||
// Large Screens
|
// Large Screens
|
||||||
@media all and (min-width: $content-max-width+$toc-width) {
|
@media all and (min-width: $content-max-width+$toc-width) {
|
||||||
right: auto;
|
right: auto;
|
||||||
width: 1500px;
|
width: $content-max-width+$toc-width;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
scss/partials/_variables.scss
Normal file
2
scss/partials/_variables.scss
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
$content-max-width: 1200px;
|
||||||
|
$toc-width: 300px;
|
Loading…
Reference in New Issue
Block a user