🎨 styles: home categories bg

:%s
This commit is contained in:
lytrankieio123 2021-08-27 11:11:52 +07:00
parent 170eb0f582
commit 2e008d404c

View File

@ -1,7 +1,7 @@
@import "../../../../styles/_utilities"; @import "../../../../styles/_utilities";
.homeCategoriesWrapper { .homeCategoriesWrapper {
@apply flex flex-col items-center justify-center; @apply flex flex-col items-center justify-center;
margin-bottom: 3rem; margin: 3rem auto;
.inner { .inner {
@apply relative spacing-horizontal; @apply relative spacing-horizontal;
@ -15,11 +15,11 @@
} }
@screen md { @screen md {
@apply relative; @apply relative;
margin-bottom: 5.6rem; margin: 5.6rem auto;
&::before, &::before,
&::after { &::after {
@apply absolute bg-primary w-full; @apply absolute w-full;
content: ""; content: "";
height: 6rem; height: 6rem;
z-index: 0; z-index: 0;