Font size tweaks

This commit is contained in:
Henri Bergius 2017-11-28 23:29:42 +01:00
parent ba793bb6cb
commit 4eb731f179

View file

@ -31,14 +31,19 @@
} }
h1 { h1 {
font-family: "ceva", sans-serif; font-family: "ceva", sans-serif;
font-size: 72px; font-size: 8vh;
width: 80vw; width: 80vw;
text-align: center; text-align: center;
margin: 0px;
padding: 0px;
line-height: 10vh;
} }
p { p {
font-family: 'Source Code Pro', sans-serif; font-family: 'Source Code Pro', sans-serif;
font-size: 36px; font-size: 6vh;
color: #a0a0a0; color: #a0a0a0;
margin: 0px;
padding: 0px;
margin-top: -10vh; margin-top: -10vh;
width: 80vw; width: 80vw;
text-align: center; text-align: center;