From 384cbf342d68725d664c538d36f8bd4371b632ba Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 2 Sep 2021 19:49:16 +0700 Subject: [PATCH] styles: add max-width blogslist --- src/components/modules/blogs/BlogsList/BlogsList.module.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/modules/blogs/BlogsList/BlogsList.module.scss b/src/components/modules/blogs/BlogsList/BlogsList.module.scss index a70370ab5..d7b0e99b2 100644 --- a/src/components/modules/blogs/BlogsList/BlogsList.module.scss +++ b/src/components/modules/blogs/BlogsList/BlogsList.module.scss @@ -1,9 +1,10 @@ @import "../../../../styles/utilities"; .wrapper{ - @apply flex flex-col spacing-horizontal; + @apply flex flex-col spacing-horizontal items-center; .list{ - @apply flex flex-wrap flex justify-around; + @apply flex flex-wrap justify-between; + max-width: 121.6rem; } .card{ padding-bottom: 4rem;