adapt .toptitle to screen, too

This commit is contained in:
2025-02-13 16:52:07 +01:00
parent 52da9649a4
commit ea6503f1d9

View File

@ -27,7 +27,10 @@ nav ul {
background-image: url(/assets/img/ostraka.jpg); background-image: url(/assets/img/ostraka.jpg);
background-repeat: no-repeat; background-repeat: no-repeat;
height: 200px; height: 200px;
font-size: 68px; font-size: 2.8em;
@media only screen and (max-width: 767px) {
font-size: 10vw;
}
color: white; color: white;
text-shadow: 5px 2px black; text-shadow: 5px 2px black;
} }