New UI for responsive navbar. (#458)
New UI for responsive navbar. fixes #458
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
.dashboard-container {
|
||||
padding-bottom: 60px;
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.dashboard-container {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: #1d1f31;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user