Shrink h1 on mobile

This commit is contained in:
Omar Roth 2019-05-28 10:04:04 -05:00
parent a7578aa709
commit d68baf08cb
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2
1 changed files with 5 additions and 0 deletions

View File

@ -222,6 +222,11 @@ input[type="search"]::-webkit-search-cancel-button {
.navbar > .searchbar > form {
width: 60%;
}
h1 {
font-size: 1.25em;
margin: 0.42em 0;
}
}
@media screen and (max-width: 320px) {