font size in header changed
All checks were successful
buildbot/nix-eval Build done.
check / test (push) Successful in 14s
deploy / test (push) Successful in 15s

This commit is contained in:
Luis Hebendanz 2024-05-24 17:42:05 +02:00
parent 4b756455f4
commit 49b000d6f5

View File

@ -19,20 +19,17 @@ span[data-value="Darknet"] {
color: #FFFFFF;
text-decoration: none;
margin: 0 1em;
font-size: 1.5em;
font-size: 1.2em;
}
.header-nav-links a:hover {
text-decoration: underline;
}
@media screen and (max-width: 736px) {
}
@media screen and (max-width: 480px) {
.header-nav-links a {
font-size: 1em;
font-size: 1.1em;
}
}