More style updates - mostly for mobile
This commit is contained in:
parent
e70d7c17c4
commit
889a47691c
1 changed files with 6 additions and 2 deletions
|
@ -156,7 +156,6 @@ body > header > section > a {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0.25em 0.5em;
|
padding: 0.25em 0.5em;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body > header > section > a:visited {
|
body > header > section > a:visited {
|
||||||
|
@ -172,9 +171,13 @@ body > header > section > a > img {
|
||||||
max-width: 48px;
|
max-width: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body > header > section > a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
body > header > section > a > h1 {
|
body > header > section > a > h1 {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 1.5rem;
|
font-size: 150%;
|
||||||
}
|
}
|
||||||
|
|
||||||
input, textarea {
|
input, textarea {
|
||||||
|
@ -239,6 +242,7 @@ img, embed, frame, iframe {
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
body > header {
|
body > header {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
font-size: 125%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue