Added responsiveness tweak.
This commit is contained in:
parent
e05ed89355
commit
03481a2d1e
@ -56,8 +56,14 @@ nav a {
|
|||||||
padding: 1em;
|
padding: 1em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: var(--navbar-text-color);
|
color: var(--navbar-text-color);
|
||||||
|
font-size: 80%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 400px) {
|
||||||
|
nav a {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
nav img {
|
nav img {
|
||||||
width: 1.1rem;
|
width: 1.1rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user