balance text cant be seen on mobile version

This commit is contained in:
Ricsi
2017-02-19 14:01:22 +01:00
parent 9ec9ce1107
commit 5cf5c7f540
3 changed files with 23 additions and 12 deletions

View File

@@ -30,9 +30,13 @@
display: none;
}
.diary_header .active_header {
display: inline;
}
@media (max-width: 999px) {
}
@media (max-width: 1249px) {
.side_block {
display: none;
}