From df4b11a1c709d0691ddf26364936468fb8a34957 Mon Sep 17 00:00:00 2001 From: oldoc63 Date: Sat, 12 Feb 2022 19:49:15 -0400 Subject: [PATCH] The box-shadow should have an offset-x of 0px and an offset-y of 4px #490 --- linksAndButtons/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/linksAndButtons/style.css b/linksAndButtons/style.css index db1795f..418f746 100644 --- a/linksAndButtons/style.css +++ b/linksAndButtons/style.css @@ -109,6 +109,7 @@ text-transform: uppercase; border: 1px solid #466995; border-radius: 10px; + box-shadow: 0px 4px; } a {