Merge pull request #1095 from Automattic/add/_dsgnsystm-vertical-space
_dsgnsystm: Add more vertical space between posts
This commit is contained in:
commit
a402abd65d
3 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue