diff --git a/css/main.css b/css/main.css index cf514a0..afe0b9c 100644 --- a/css/main.css +++ b/css/main.css @@ -30,6 +30,7 @@ html { padding: 0; width: 100%; text-align: center; + filter: drop-shadow(5px 5px 5px black); height: 15vh; top: 45%; line-height: 12vh; @@ -71,7 +72,7 @@ html { } .link-icon { - width: 70px; + width: 60px; position: relative; top: calc(50% - 15px); }