flip later
This commit is contained in:
parent
cad01accc1
commit
83f14df14e
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
h1 {
|
||||
display: none;
|
||||
}
|
||||
@media screen and (max-width: 799px) {
|
||||
@media screen and (max-width: 1100px) {
|
||||
h1 {
|
||||
display: block;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue