mirror of
https://github.com/vercel/commerce.git
synced 2025-07-06 05:01:20 +00:00
🎨 styles: (home page) add margin for sections in page
:%s
This commit is contained in:
parent
3c09ad1770
commit
050933d4b0
@ -6,6 +6,7 @@
|
||||
border: 1px solid var(--primary);
|
||||
}
|
||||
&.large {
|
||||
margin-bottom: 2.8rem;
|
||||
.inner {
|
||||
@screen xl {
|
||||
@apply bg-right-bottom;
|
||||
|
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user