Added top margin to `.woocommerce-store-alerts` to address https://github.com/Automattic/woocommerce.com/issues/18448.

This commit is contained in:
And Finally 2023-10-24 09:07:11 +01:00
parent be46ab25ed
commit ab34974470
1 changed files with 2 additions and 0 deletions

View File

@ -24,10 +24,12 @@
.woocommerce-store-alerts {
margin-left: 16px;
margin-right: 16px;
margin-top: 16px;
@media (min-width: $breakpoint-medium) {
margin-left: 32px;
margin-right: 32px;
margin-top: 32px;
}
}
}