Fixed title

This commit is contained in:
Tim Stallard 2016-01-18 10:27:07 +00:00
parent d3e23e0dd8
commit 422f3578ac

View File

@ -19,6 +19,14 @@ body{
#header{ #header{
text-align: center; text-align: center;
h1{
font-size: 15vw;
margin-top: 5px;
margin-bottom: 5px;
@media(min-width: 320px){
font-size: 3em;
}
}
#nav{ #nav{
margin-bottom: 10px; margin-bottom: 10px;
>a{ >a{