liebling/src/sass/components/header/_logo.scss

16 lines
194 B
SCSS
Raw Normal View History

2019-05-21 19:50:29 +00:00
.m-logo {
display: inline-block;
height: 25px;
img {
width: auto;
max-width: 150px;
height: 100%;
object-fit: contain;
}
&.in-mobile-topbar {
height: 20px;
}
}