Update styles

This commit is contained in:
2018-06-17 16:01:38 +03:00
parent 877dcd6184
commit e3e0eb44e6
7 changed files with 22 additions and 27 deletions

View File

@ -0,0 +1,26 @@
@import 'vars';
html,
body {
font-size: $base-font-size;
font-family: 'PT Serif', serif;
padding: 0;
margin: 0;
@media (max-width: $preferred-width - 1px) {
font-size: $base-font-size - 2px;
margin: {
left: 0.8em;
right: 0.8em;
}
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
}