Fix body margins

This commit is contained in:
Anton Vakhrushev 2017-01-21 20:31:45 +03:00
parent 72ccc89765
commit 6a8e0f7748

View File

@ -1,6 +1,8 @@
body { html, body {
font-size: 18px; font-size: 18px;
font-family: 'PT Serif', Serif; font-family: 'PT Serif', Serif;
padding: 0;
margin: 0;
} }
.content { .content {