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