more hiding
This commit is contained in:
parent
98115742dd
commit
8ef7f8b9aa
1 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue