Mobile layout CSS rules

pull/8/head
David Buchanan 2021-06-17 16:46:58 +01:00
rodzic 364e67ce5a
commit 8969816e29
1 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -154,3 +154,12 @@ background-repeat: no-repeat;
word-wrap: break-word;
}
/* mobile layout */
@media only screen and (max-width: 600px) {
.slider-bar {
display: none;
}
header > h1 {
font-size: 12vw;
}
}