Change margins

This commit is contained in:
Kaisaan 2021-06-25 22:35:03 -04:00
parent 4dc7f77e7d
commit bfda47b9ff

View File

@ -1,4 +1,16 @@
body {
font-family: 'Roboto', sans-serif;
background-color: #EFEFEF;
}
p {
margin-top: 0;
}
h2 {
margin-bottom: 0;
}
h3 {
margin-bottom: 0;
}