more responsive design adjustments
This commit is contained in:
@ -37,6 +37,10 @@
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
.app-menu {
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.breadcrumb {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
@ -159,7 +163,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
@media (max-width: 767px) {
|
||||
.breadcrumbs {
|
||||
position: fixed;
|
||||
top: 150px;
|
||||
|
@ -47,6 +47,11 @@ body {
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
|
||||
.app-menu {
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.navbar {
|
||||
position: fixed;
|
||||
top: 60px;
|
||||
@ -67,8 +72,8 @@ body {
|
||||
margin-right: 25px;
|
||||
}
|
||||
|
||||
.container {
|
||||
.content {
|
||||
position: relative;
|
||||
top: 30px;
|
||||
top: 60px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user