17 lines
223 B
SCSS
17 lines
223 B
SCSS
.m-logo {
|
|
display: inline-block;
|
|
height: 25px;
|
|
|
|
img {
|
|
width: auto;
|
|
max-width: 150px;
|
|
height: 100%;
|
|
object-fit: contain;
|
|
}
|
|
|
|
&.in-mobile-topbar {
|
|
height: 20px;
|
|
margin: 0 $mobile-space;
|
|
}
|
|
}
|