Add responsiveness to navbar logo and submit page
This commit is contained in:
+14
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user