1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 13:16:54 +02:00

UI Defect: Navigation looks broken for portrait view on IPAD #318

This commit is contained in:
Awilum
2014-07-21 23:52:03 +04:00
parent 55324b20a0
commit 4743f4e6e1

View File

@@ -580,4 +580,11 @@ td, th {
.page-users .btn-cancel { .page-users .btn-cancel {
margin-bottom: 20px; margin-bottom: 20px;
} }
}
@media (max-width: 768px) {
.nav > li > a {
padding: 15px 9px!important;
}
} }