Style reorganization

This commit is contained in:
2018-06-17 16:41:13 +03:00
parent 54185a59ac
commit 870cbe0147
6 changed files with 58 additions and 39 deletions

View File

@ -1,5 +1,11 @@
$base-font-family: 'PT Serif', serif;
// Базовый размер шрифта
$base-font-size: 20px;
// Ширина страницы
$preferred-width: 700px;
$first-media-step: $preferred-width - 1px;
$mobile-margin: 0.8em;