From 88943f40fb6671252044db3b78473e3594b8f95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=B9i=20Tu=E1=BA=A5n=20D=C5=A9ng?= Date: Mon, 6 Feb 2023 00:49:22 +0700 Subject: [PATCH] update blog-box border-radius --- resources/blog.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/blog.scss b/resources/blog.scss index f3c2051..b422b82 100644 --- a/resources/blog.scss +++ b/resources/blog.scss @@ -343,7 +343,7 @@ .blog-box { border-left: 1.4px solid lightgray; border-right: 1.4px solid lightgray; - border-radius: 8px; + border-radius: 16px; } .post-full { @@ -359,4 +359,4 @@ font-size: 2.5em; } } -} \ No newline at end of file +}