more hiding

This commit is contained in:
j 2023-05-22 12:01:34 +02:00
parent 98115742dd
commit 8ef7f8b9aa

View file

@ -12,7 +12,8 @@
.item-title {
text-align: center;
pointer-events: none;
height: 24px;
//height: 24px;
height: 0;
flex: 1;
a {
pointer-events: initial;
@ -24,8 +25,8 @@
}
}
@media screen and (max-width: 799px) {
padding-top: calc(var(--spacing) * 1.6);
height: 98px;
//padding-top: calc(var(--spacing) * 1.6);
//height: 98px;
}
@media screen and (max-width: 1100px) {
.item-title {
@ -34,7 +35,8 @@
}
@media screen and (min-width: 800px) {
display: flex;
display: none
//display: flex;
align-items: flex-end;
}