mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
10 lines
No EOL
207 B
SCSS
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;
|
|
}
|
|
} |