grav-theme-future2021/assets/sass/components/_logo.scss
2024-01-04 22:42:18 +01:00

29 lines
No EOL
623 B
SCSS

/* Logo */@at-root
#header .logo {
font-family: _font(family-heading);
font-size: 1.3em;
font-weight: _font(weight-heading-bold);
height: inherit;
line-height: inherit;
padding: 0 0 0 1.5em;
white-space: nowrap;
a {
font-size: 0.7em;
letter-spacing: 0.25em;
text-decoration: none;
border-bottom: 0;
.logo-img {
padding: 0.25em 0 !important;
vertical-align: middle;
height: 3em;
}
}
@include breakpoint('<=small') {
font-size: 1em;
}
}