fix: hide top zappers header on mobile

This commit is contained in:
Alejandro Gomez
2023-07-09 00:00:23 +02:00
parent 040d2252ab
commit c30ebbb973

View File

@ -165,6 +165,12 @@
font-weight: 600;
}
@media (max-width: 768px) {
.top-zappers h3 {
display: none;
}
}
.top-zappers-container {
display: flex;
overflow-y: scroll;