Style reorganization
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user