diff --git a/index.html b/index.html index 9e65a11a..c9a5946f 100644 --- a/index.html +++ b/index.html @@ -338,12 +338,11 @@ - Home About News - Service + Service Patient Portal Doctor Contact us diff --git a/style.css b/style.css index 2df514a5..b524461f 100644 --- a/style.css +++ b/style.css @@ -24,7 +24,8 @@ h6 { } .nav_link li { - padding: 5px 20px; + margin-right: 20px; /* Add space between items */ + padding: 4px 5px; display: inline-block; color: white; } @@ -65,8 +66,10 @@ button { align-items: center; height: 60px; margin: auto; + margin-top: 0px; /* Adjust this value to move the header down */ } + .container { /* display: ; */ font-family: sans-serif;