Add smaller header fonts for mobile

master
Tait Hoyem 4 years ago
parent c83954bf32
commit 1e14033303

@ -166,6 +166,13 @@ blockquote {
}
@media screen and (max-width: 600px){
h1 {
font-size: 40px;
}
h2 {
font-size: 32px;
}
#menu,
label[for="menu"]{
display: inline-block;

Loading…
Cancel
Save