More style updates - mostly for mobile

This commit is contained in:
Daniel Flanagan 2020-07-29 13:37:25 -05:00
parent e70d7c17c4
commit 889a47691c
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 6 additions and 2 deletions

View File

@ -156,7 +156,6 @@ body > header > section > a {
align-items: center;
padding: 0.25em 0.5em;
color: #fff;
text-decoration: none;
}
body > header > section > a:visited {
@ -172,9 +171,13 @@ body > header > section > a > img {
max-width: 48px;
}
body > header > section > a {
text-decoration: none;
}
body > header > section > a > h1 {
font-weight: 300;
font-size: 1.5rem;
font-size: 150%;
}
input, textarea {
@ -239,6 +242,7 @@ img, embed, frame, iframe {
@media (max-width: 600px) {
body > header {
flex-direction: column;
font-size: 125%;
}
}