From 143169a69bfb91f2115520a91db782bcaa4c91bd Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Thu, 24 Jun 2021 13:12:51 -0700 Subject: [PATCH] fixed header --- assets/css/styles.css | 9 +++------ index.html | 5 ++++- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/assets/css/styles.css b/assets/css/styles.css index 66b2cf7..eda0120 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -6,14 +6,11 @@ nav { display: flex; - text-align: center; + width: 90%; + margin: auto; + justify-content: space-between; } -nav a { - margin: auto; - vertical-align: middle; - justify-self: space-between; -} main { margin: 20vh 5% 20vh 5%; diff --git a/index.html b/index.html index c074910..32ba13e 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,10 @@