adapt .toptitle to screen, too
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user