scss: try to avoid deprecation warning
This commit is contained in:
@ -27,12 +27,14 @@ 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: 2.8em;
|
color: white;
|
||||||
|
text-shadow: 5px 2px black;
|
||||||
@media only screen and (max-width: 767px) {
|
@media only screen and (max-width: 767px) {
|
||||||
font-size: 10vw;
|
font-size: 10vw;
|
||||||
}
|
}
|
||||||
color: white;
|
& {
|
||||||
text-shadow: 5px 2px black;
|
font-size: 2.8em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.gallery {
|
.gallery {
|
||||||
max-width: content;
|
max-width: content;
|
||||||
|
|||||||
Reference in New Issue
Block a user