diff --git a/styles/Home.module.css b/styles/Home.module.css index 83ed7b9..12bf98e 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -1,18 +1,19 @@ .container { - margin-left: 2rem; - margin-right: 2rem; margin-top: 2rem; } .postPreview { padding: 0.5rem; border-radius: 1rem; + max-width: 70%; } .postPreviewWrap { display: flex; flex-direction: row; - justify-content: space-around; + justify-content: space-between; align-items: center; cursor: pointer; + padding-left: 10%; + padding-right: 10%; }