Decrease content width a little bit
This commit is contained in:
parent
eccc60812f
commit
8cb84d4425
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ $c-nav-font: #f4f4f4;
|
||||||
$c-btn-font: $c-nav-font;
|
$c-btn-font: $c-nav-font;
|
||||||
$c-btn-bg: $c-bg-category;
|
$c-btn-bg: $c-bg-category;
|
||||||
|
|
||||||
$s-content: 1000px;
|
$s-content: 800px;
|
||||||
$s-nav-title: 24px;
|
$s-nav-title: 24px;
|
||||||
$s-border: 2px;
|
$s-border: 2px;
|
||||||
$s-border-radius: 2px;
|
$s-border-radius: 2px;
|
||||||
|
@ -144,7 +144,7 @@ main {
|
||||||
border: solid $s-border $c-primary;
|
border: solid $s-border $c-primary;
|
||||||
box-shadow: $p-box-shadow;
|
box-shadow: $p-box-shadow;
|
||||||
margin: 100px auto;
|
margin: 100px auto;
|
||||||
max-width: 1000px;
|
max-width: $s-content;
|
||||||
padding: 40px;
|
padding: 40px;
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
|
Loading…
Reference in a new issue