New UI for responsive navbar. (#458)

New UI for responsive navbar.
fixes #458
This commit is contained in:
Miguel Medeiros
2021-04-19 10:01:04 -03:00
committed by GitHub
parent f0d46d6ed8
commit d74677628b
6 changed files with 109 additions and 12 deletions

View File

@@ -1,3 +1,12 @@
.dashboard-container {
padding-bottom: 60px;
}
@media (min-width: 992px) {
.dashboard-container {
padding-bottom: 0px;
}
}
.card {
background-color: #1d1f31;
}