flip later

This commit is contained in:
j 2021-11-24 10:08:25 +01:00
parent cad01accc1
commit 83f14df14e
2 changed files with 3 additions and 1 deletions

View file

@ -20,6 +20,8 @@
@media screen and (max-width: 799px) {
padding-top: calc(var(--spacing) * 1.6);
height: 98px;
}
@media screen and (max-width: 1100px) {
.item-title {
display: none
}

View file

@ -28,7 +28,7 @@
h1 {
display: none;
}
@media screen and (max-width: 799px) {
@media screen and (max-width: 1100px) {
h1 {
display: block;
}