mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
🎨 styles: (home page) add margin for sections in page
:%s
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
.homeBanner {
|
||||
@apply spacing-horizontal;
|
||||
margin-bottom: 2.8rem;
|
||||
.left {
|
||||
@apply hidden;
|
||||
}
|
||||
|
@@ -2,6 +2,8 @@
|
||||
|
||||
.homeCTA {
|
||||
@apply spacing-horizontal;
|
||||
margin-top: 1.6rem;
|
||||
margin-bottom: 1.6rem;
|
||||
.inner {
|
||||
@apply flex justify-between items-center bg-primary-light;
|
||||
background-image: url('./assets/bg_home_cta.png');
|
||||
|
Reference in New Issue
Block a user