From 597ccabdd17258ca43b8ba71c576baa25329a655 Mon Sep 17 00:00:00 2001 From: travissouthard Date: Thu, 24 Oct 2024 22:53:24 -0400 Subject: [PATCH] Fix broken css after w3 changes --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 6e2a491..19f0a8d 100644 --- a/style.css +++ b/style.css @@ -53,7 +53,6 @@ ul { } li { - width: 100%; margin: 0 auto; } @@ -131,7 +130,7 @@ footer section { align-self: end; } -nav a { +nav li { background-color: var(--light-blue); padding: 8px 16px; flex-grow: 1; @@ -296,6 +295,7 @@ summary { .h-card { display: flex; align-items: end; + align-self: end; } .h-card img {