grav-theme-future2021/assets/sass/components/_features.scss
2024-08-11 22:45:43 +02:00

22 lines
No EOL
521 B
SCSS

/* Feautres */
#features {
header {
p {
font-family: _font(family);
font-weight: _font(weight);
font-size: inherit;
letter-spacing: _font(no-kerning);
line-height: inherit;
margin: 1em 0;
text-transform: initial;
padding: 0 1em;
}
h3 {
margin-top: 0em;
padding: 0 1em;
}
}
}