From e001b7d201327395abc7956cc8a18fadec232533 Mon Sep 17 00:00:00 2001 From: James Dinh Date: Wed, 17 Aug 2022 23:33:25 -0700 Subject: [PATCH] Added responsiveness --- css/general.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/general.css b/css/general.css index c781995..4f0f6e5 100644 --- a/css/general.css +++ b/css/general.css @@ -200,7 +200,7 @@ nav ul li { background-color: #2c9643; width: 100%; font-size: 20px; - padding: 3px 0; + padding: 3px 5px; animation: fadeInAnimation ease 2s; animation-iteration-count: 1; animation-fill-mode: forwards;