Add responsiveness to navbar logo and submit page

This commit is contained in:
2019-12-08 22:21:18 -05:00
parent b52ae35976
commit 54daec0ebd
6 changed files with 60 additions and 32 deletions
+14
View File
@@ -1,6 +1,20 @@
@import "bootstrap_variables_leafweb";
@import "bootstrap/bootstrap.scss";
.navbar-brand img {
width: 140px;
}
@include media-breakpoint-up(md) {
.navbar-brand img {
width: 175px;
}
}
@include media-breakpoint-up(lg) {
.navbar-brand img {
width: 205px;
}
}
/*
$bgDefault: $dark;