From fed5859a21be507061c1f93820597b9a883231ad Mon Sep 17 00:00:00 2001 From: yuki Date: Sun, 7 Dec 2025 07:25:45 -0300 Subject: [PATCH] small adjustments to blog sidebar --- css/main.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/css/main.scss b/css/main.scss index c48d0ed..b7c2337 100644 --- a/css/main.scss +++ b/css/main.scss @@ -440,7 +440,8 @@ body { #blog-sidebar { display: flex; flex-direction: column; - width: 240px; + width: 280px; + margin: 25px 12px 0px 12px; p, li { @@ -462,7 +463,7 @@ body { } .true-content { - margin: 6px ($sm - 5%) 6px $sm; + padding: 6px ($sm - 8%) 6px $sm; } .blog-avatar-wrapper { @@ -490,7 +491,7 @@ body { #feed { width: 100%; margin: 12px; - padding: 0px 12%; + padding: 0px 12% 0px 6%; .year-title { font-size: $h4size; text-align: center;