From 4ea5df61c826ed0ca0cdc3b04c52b9f5ee0e4779 Mon Sep 17 00:00:00 2001 From: init <> Date: Tue, 19 Nov 2024 15:04:34 +0900 Subject: [PATCH] no message --- _sass/_base.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/_base.scss b/_sass/_base.scss index e94d63b..a48de12 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -466,7 +466,7 @@ footer.sticky-bottom { .publications { margin-top: 2rem; - width: 150%; // Full width container + width: 100%; // Full width container h1 { color: var(--global-theme-color); font-size: 2rem; @@ -492,7 +492,7 @@ footer.sticky-bottom { list-style: none; padding: 0; margin-top: 0; - width: 150%; + width: 120%; li { margin-bottom: 1rem;