From 5922d3e4c0407278842f5d2d56753345731ace92 Mon Sep 17 00:00:00 2001 From: Andrew Simonson Date: Sun, 22 May 2022 01:11:49 -0400 Subject: [PATCH] minor css bug --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 94acd72..b33b23b 100644 --- a/src/App.css +++ b/src/App.css @@ -91,7 +91,6 @@ a { width: 25vw; text-align: center; font-size: 1.2rem; - transition: .4s; font-size: 1rem; background-color: rgb(156, 49, 45, .4); } @@ -106,6 +105,7 @@ a { display: block; padding-top: .3rem; padding-bottom: .3rem; + transition: .4s; } #home {