diff --git a/assets/styles/home.css b/assets/styles/home.css index 046d92e..6250a02 100644 --- a/assets/styles/home.css +++ b/assets/styles/home.css @@ -53,6 +53,7 @@ main .grid { "title" "blurb" "nav"; + justify-items: center; text-align: center; } } @@ -73,14 +74,6 @@ nav { text-transform: lowercase; } -nav > li { - margin-inline-start: 0.5em; -} - -nav > li:first-of-type { - margin-inline-start: 0; -} - p { margin: 0; }