Skip to content

Commit

Permalink
Fix broken css after w3 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
travissouthard committed Oct 25, 2024
1 parent a8caf65 commit 597ccab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ ul {
}

li {
width: 100%;
margin: 0 auto;
}

Expand Down Expand Up @@ -131,7 +130,7 @@ footer section {
align-self: end;
}

nav a {
nav li {
background-color: var(--light-blue);
padding: 8px 16px;
flex-grow: 1;
Expand Down Expand Up @@ -296,6 +295,7 @@ summary {
.h-card {
display: flex;
align-items: end;
align-self: end;
}

.h-card img {
Expand Down

0 comments on commit 597ccab

Please sign in to comment.