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

20 lines
No EOL
459 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-top: 1em;
text-transform: initial;
}
h3 {
margin-top: 0em;
}
}
}