_dsgnsystm: Add more vertical space between posts

This commit is contained in:
Takashi Irie 2019-07-18 20:42:25 +01:00
parent 9756722f6e
commit eefcf15423
3 changed files with 6 additions and 6 deletions

View file

@ -32,8 +32,8 @@
*/
.site-main > * {
margin-top: calc(2 * #{map-deep-get($config-global, "spacing", "vertical")});
margin-bottom: calc(2 * #{map-deep-get($config-global, "spacing", "vertical")});
margin-top: calc(3 * #{map-deep-get($config-global, "spacing", "vertical")});
margin-bottom: calc(3 * #{map-deep-get($config-global, "spacing", "vertical")});
&:first-child {
margin-top: 0;

View file

@ -727,8 +727,8 @@ footer {
* - Add double vertical margins here for clearer heirarchy
*/
.site-main > * {
margin-top: calc(2 * 32px);
margin-bottom: calc(2 * 32px);
margin-top: calc(3 * 32px);
margin-bottom: calc(3 * 32px);
}
.site-main > *:first-child {

View file

@ -727,8 +727,8 @@ footer {
* - Add double vertical margins here for clearer heirarchy
*/
.site-main > * {
margin-top: calc(2 * 32px);
margin-bottom: calc(2 * 32px);
margin-top: calc(3 * 32px);
margin-bottom: calc(3 * 32px);
}
.site-main > *:first-child {