scss: try to avoid deprecation warning

This commit is contained in:
2025-02-14 01:16:32 +01:00
parent 460c8644de
commit 1a5d32b846

View File

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