Fix spacing between stats overview and store management cards (https://github.com/woocommerce/woocommerce-admin/pull/4681)

* Fix spacing between stats overview and store management cards

* Revert "Fix spacing between stats overview and store management cards"

This reverts commit 993374313657f7ecf7803cc738b82bf63ecdf490.

* Home screen div margins
This commit is contained in:
James Koster 2020-06-24 21:08:59 +01:00 committed by GitHub
parent d1862b725c
commit 1649706b22
1 changed files with 4 additions and 1 deletions

View File

@ -36,6 +36,10 @@
top: 130px;
margin: 0 auto;
align-self: flex-start;
> div {
margin-bottom: $gap-large;
}
}
.temp-content {
width: 100%;
@ -71,4 +75,3 @@
padding: 0 $gap-smaller;
}
}