performance tweaks

This commit is contained in:
Vrifox 2020-09-26 17:57:12 +02:00
parent c512e8f8e2
commit bfb8c020f8
7 changed files with 10 additions and 9 deletions

View file

@ -3,7 +3,7 @@
header {
text-align: center;
margin: 150px 0;
margin: 100px 0;
h1 {
font-size: 2em;
}

View file

@ -16,6 +16,7 @@ body {
color: rgb(240, 240, 255);
margin: 0;
font-family: PoppinsLatin, Monaco, Lucida Console, monospace;
font-display: block;
display: grid;
}
a {