Added burguer icon to show sidebar on mobile devices

This commit is contained in:
Alejandro Celaya
2018-08-15 08:51:20 +02:00
parent a00f59bab3
commit cb3186395d
7 changed files with 97 additions and 37 deletions

View File

@@ -42,3 +42,10 @@ body,
.react-datepicker-wrapper {
display: block !important;
}
.navbar-brand {
@media (max-width: $smMax) {
margin-right: auto !important; // This is needed to override a third party style
margin: 0 auto;
}
}