Правки стилей

This commit is contained in:
Anton Vakhrushev 2019-07-30 21:26:09 +03:00
parent 302fe6b18e
commit 4fe20af5ef
2 changed files with 3 additions and 1 deletions

View File

@ -14,5 +14,7 @@
}
.content {
margin-bottom: 3em;
@import 'content-tags';
}

View File

@ -6,7 +6,7 @@ $base-font-size: 20px;
$base-font-color: #24292e; // from github
// Ширина страницы
$preferred-width: 700px;
$preferred-width: 740px;
$first-media-step: $preferred-width - 1px;