From 52df049a01c891af14c9c7584e77f016b7bf76a3 Mon Sep 17 00:00:00 2001 From: Diego <145619634+diegoxavir@users.noreply.github.com> Date: Thu, 11 Apr 2024 17:58:35 -0400 Subject: [PATCH] Changed footer spacing and changed menu for mobile. Changed footer spacing and changed menu for mobile. --- css/main.css | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/css/main.css b/css/main.css index 490ae6c..64f2f92 100644 --- a/css/main.css +++ b/css/main.css @@ -109,20 +109,20 @@ header { #nav-btn:checked ~ ul{ position: absolute; - left: 0; + right: 0; margin-top: 108px; } .top-nav { font-family: open-sans, sans-serif; -font-weight: 700; -font-style: normal; + font-weight: 700; + font-style: normal; margin-top: auto; display: block; - left: 120%; + right: 120%; transition: all .5s ease-in-out; padding: 40px 0; - background-color: rgb(255, 255, 255); + background-color: #F2F240; position: fixed; width: 100%; height: 944px; @@ -133,8 +133,10 @@ font-style: normal; .top-nav li { list-style: none; - margin-bottom: 40px; + padding-bottom: 40px; text-align: center; + border-bottom: #000000 solid 1px; + } #about { @@ -320,7 +322,7 @@ footer { margin: 0 auto; padding: 0; margin-top: 30px; - margin-bottom: 40px; + margin-bottom: 13px; } .social-nav li { @@ -497,6 +499,9 @@ ul li{ } .top-nav li { display: inline; + border-bottom: none; + margin-bottom: 40px; + padding-bottom: 0; }