lix-website/themes/lix/assets/scss/shared/_header.scss

9 lines
106 B
SCSS
Raw Normal View History

2024-04-27 03:39:10 +00:00
.navbar {
.navbar-brand {
img {
width: auto;
2024-04-27 05:32:06 +00:00
max-height: calc(6rem + .6vw);
2024-04-27 03:39:10 +00:00
}
}
}