Skip to content

Commit d1031bd

Browse files
Updated navbar brand (img) by sizes
1 parent d75a3df commit d1031bd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/Components/Navbar/Navbar.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
margin-right: 1rem;
3131
img {
3232
max-height: $navbar-min-height - 20px;
33-
padding: ($navbar-min-height / 10);
33+
padding: ($navbar-min-height / 12);
3434
}
3535
a,
3636
a:visited {
@@ -153,6 +153,11 @@
153153
@at-root .#{$navbar-spacer}.#{$size-name} {
154154
margin-top: $spacer-top !important;
155155
}
156+
.#{$navbar-brand} {
157+
img {
158+
max-height: $min-height;
159+
}
160+
}
156161
}
157162
}
158163
}

0 commit comments

Comments
 (0)