antoher icon for map catalogue

This commit is contained in:
Integral Team 2019-09-11 12:00:36 +07:00
parent 18da8c9238
commit 017d2c75b6
4 changed files with 16 additions and 3 deletions

View file

@ -69,7 +69,7 @@
border-radius: @panel_radius;
bottom: 0;
right: 0;
width: 68px;
width: 100%;
height: 68px;
}
}

View file

@ -125,6 +125,9 @@ body {
.desktop-only { display: none; }
}
@media (min-width: @mobile_breakpoint) {
.mobile-only { display: none; }
}
h2 {
font: inherit;