mobile
This commit is contained in:
parent
4a50f88dac
commit
6dbe5151dd
2 changed files with 12 additions and 0 deletions
|
|
@ -78,3 +78,9 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
transform: rotate(-45deg);
|
transform: rotate(-45deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 800px) {
|
||||||
|
.anchors-strip {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,3 +9,9 @@
|
||||||
.filters > button:not(:last-child) {
|
.filters > button:not(:last-child) {
|
||||||
margin-right: 4vw;
|
margin-right: 4vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 800px) {
|
||||||
|
.filters {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue