From ac491e14d2951289607e359dfed3e42567b4b69f Mon Sep 17 00:00:00 2001 From: zepp Date: Thu, 2 Jan 2025 01:09:46 -0500 Subject: [PATCH] adjust section border width --- style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index 30542ef..fe58861 100644 --- a/style/style.css +++ b/style/style.css @@ -120,7 +120,7 @@ header img { section { background-color: var(--section-color); padding: 1.25rem; - border: 2px solid var(--border-color); + border: 4px solid var(--border-color); border-radius: 15px; width: 60vw; }