mirror of
https://github.com/vercel/commerce.git
synced 2025-07-07 21:31:22 +00:00
🎨 styles: home categories bg
:%s
This commit is contained in:
parent
170eb0f582
commit
2e008d404c
@ -1,7 +1,7 @@
|
||||
@import "../../../../styles/_utilities";
|
||||
.homeCategoriesWrapper {
|
||||
@apply flex flex-col items-center justify-center;
|
||||
margin-bottom: 3rem;
|
||||
margin: 3rem auto;
|
||||
|
||||
.inner {
|
||||
@apply relative spacing-horizontal;
|
||||
@ -15,11 +15,11 @@
|
||||
}
|
||||
@screen md {
|
||||
@apply relative;
|
||||
margin-bottom: 5.6rem;
|
||||
margin: 5.6rem auto;
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
@apply absolute bg-primary w-full;
|
||||
@apply absolute w-full;
|
||||
content: "";
|
||||
height: 6rem;
|
||||
z-index: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user