Increase font size

This commit is contained in:
Henri Bergius 2017-11-28 23:26:35 +01:00
parent e34c0b6690
commit ba793bb6cb

View file

@ -31,16 +31,21 @@
}
h1 {
font-family: "ceva", sans-serif;
font-size: 72px;
width: 80vw;
text-align: center;
}
p {
font-family: 'Source Code Pro', sans-serif;
font-size: 20px;
font-size: 36px;
color: #a0a0a0;
margin-top: -10vh;
width: 80vw;
text-align: center;
}
cbase-polar {
height: 80vh;
width: 80vh;
height: 72vh;
width: 72vh;
margin-left: 80px;
}
</style>