Merge pull request #1095 from Automattic/add/_dsgnsystm-vertical-space

_dsgnsystm: Add more vertical space between posts
This commit is contained in:
Allan Cole 2019-07-18 16:38:34 -04:00 committed by GitHub
commit a402abd65d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {