Reduce unimportant page title on small devices
That way there is more space for actual content.
This commit is contained in:
parent
df0b59d97d
commit
655268d1b5
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ body > header {
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
body > header {
|
body > header {
|
||||||
|
a {
|
||||||
|
font-size: .75em;
|
||||||
|
}
|
||||||
small {
|
small {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue