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

@ -3,16 +3,12 @@
html,
body {
font-size: $base-font-size;
font-family: 'PT Serif', serif;
font-family: $base-font-family;
padding: 0;
margin: 0;
@media (max-width: $preferred-width - 1px) {
@media (max-width: $first-media-step) {
font-size: $base-font-size - 2px;
margin: {
left: 0.8em;
right: 0.8em;
}
}
}