From d387b849489da8e0324e255fa2f5bee94cc33f49 Mon Sep 17 00:00:00 2001 From: heechokim Date: Sat, 4 Nov 2023 01:53:47 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8F=B0=ED=8A=B8=20css=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sass/pages/_post.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/_sass/pages/_post.scss b/_sass/pages/_post.scss index a94e38a..0305794 100755 --- a/_sass/pages/_post.scss +++ b/_sass/pages/_post.scss @@ -31,6 +31,8 @@ // Post Section section.post { margin-bottom: 80px; + margin-left: 100px; + margin-right: 100px; } // Back home button @@ -90,8 +92,8 @@ a.read-more { #post { font-size: 16px; color: #353535; - font-weight: 600; - padding-bottom: 10px; + font-weight: 500; + padding-bottom: 11px; .post-header { margin: 0 auto 50px; } @@ -112,7 +114,6 @@ a.read-more { #page { padding-bottom: 50px; - margin-right: 100px; min-height: 70vh; .page-header { margin: 0 auto 50px;