Skip to content
Snippets Groups Projects

Mobile UI Changes is done

Merged Bibek Sharma requested to merge MobileUIChanges into master
Compare and
10 files
+ 122
131
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -42,15 +42,19 @@
background-color: white;
}
.navbar-collapse.show {
background-color: whitesmoke !important;
transition: none;
}
#navbarNav {
background-color: white !important;
transition: background-color 0.5s ease-in;
transition: none;
width: 100vw;
margin-left: -12px;
margin-right: -12px;
}
@media screen and (max-width: 480px) {
.logo {
width: 205px;
height: 80px;
}
}