Decrease content width a little bit

This commit is contained in:
Marcel Kapfer 2021-08-20 21:36:08 +02:00
parent eccc60812f
commit 8cb84d4425
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ $c-nav-font: #f4f4f4;
$c-btn-font: $c-nav-font;
$c-btn-bg: $c-bg-category;
$s-content: 1000px;
$s-content: 800px;
$s-nav-title: 24px;
$s-border: 2px;
$s-border-radius: 2px;
@ -144,7 +144,7 @@ main {
border: solid $s-border $c-primary;
box-shadow: $p-box-shadow;
margin: 100px auto;
max-width: 1000px;
max-width: $s-content;
padding: 40px;
@media (prefers-color-scheme: dark) {