🎨 styles: (home page) add margin for sections in page

:%s
This commit is contained in:
lytrankieio123 2021-08-26 16:25:36 +07:00
parent 3c09ad1770
commit 050933d4b0
3 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@
border: 1px solid var(--primary);
}
&.large {
margin-bottom: 2.8rem;
.inner {
@screen xl {
@apply bg-right-bottom;

View File

@ -2,6 +2,7 @@
.homeBanner {
@apply spacing-horizontal;
margin-bottom: 2.8rem;
.left {
@apply hidden;
}

View File

@ -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');