mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-06-07 20:08:54 +00:00
Improved margin and padding for features section
This commit is contained in:
parent
b4428eb86b
commit
39c5657a50
1 changed files with 3 additions and 1 deletions
|
@ -9,11 +9,13 @@
|
||||||
font-size: inherit;
|
font-size: inherit;
|
||||||
letter-spacing: _font(no-kerning);
|
letter-spacing: _font(no-kerning);
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
margin-top: 1em;
|
margin: 1em 0;
|
||||||
text-transform: initial;
|
text-transform: initial;
|
||||||
|
padding: 0 1em;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 0em;
|
margin-top: 0em;
|
||||||
|
padding: 0 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue