mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 04:14:18 +00:00
styles: add max-width blogslist
This commit is contained in:
parent
9f9445d3bf
commit
384cbf342d
@ -1,9 +1,10 @@
|
|||||||
@import "../../../../styles/utilities";
|
@import "../../../../styles/utilities";
|
||||||
|
|
||||||
.wrapper{
|
.wrapper{
|
||||||
@apply flex flex-col spacing-horizontal;
|
@apply flex flex-col spacing-horizontal items-center;
|
||||||
.list{
|
.list{
|
||||||
@apply flex flex-wrap flex justify-around;
|
@apply flex flex-wrap justify-between;
|
||||||
|
max-width: 121.6rem;
|
||||||
}
|
}
|
||||||
.card{
|
.card{
|
||||||
padding-bottom: 4rem;
|
padding-bottom: 4rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user