feat: padding

This commit is contained in:
eneller
2025-03-23 21:41:42 +01:00
parent 544aac895a
commit 8b2be9b5d1

View File

@@ -7,6 +7,11 @@ html, body {
text-align: center;
}
body {
margin: 0;
margin:3em auto;
font-family: Roboto, "Helvetica Neue", sans-serif;
padding:0 .5em;
}
h1,h2,h3{
line-height:1.2;
letter-spacing: -2%;
}