From 2e30fe13ad0c7217443a0bd7018f488cf2c7f408 Mon Sep 17 00:00:00 2001 From: Nirmal Kumar R Date: Sun, 8 Mar 2026 08:28:06 +0530 Subject: [PATCH] fix: style tweak on footer --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 05966af..24cff6d 100644 --- a/style.css +++ b/style.css @@ -207,7 +207,7 @@ main ul li span { footer { font-size: 12px; color: #666; - margin-top: 10px; + margin-top: 30px; width: 800px; text-align: justify; }