grav-theme-future2021/assets/sass/components/_logo.scss
pmoreno.rodriguez 0a154ea3de
Initial commit
2022-02-04 07:14:26 +01:00

10 lines
No EOL
207 B
SCSS

/* Logo */@at-root
#header .logo {
font-family: _font(family-heading);
font-size: 1.3em;
font-weight: _font(weight-heading-bold);
@include breakpoint('<=small') {
font-size: 1em;
}
}