Skip to content

Commit

Permalink
Merge pull request #33 from idematos/fix-footer
Browse files Browse the repository at this point in the history
Fix footer
idematos authored Nov 19, 2024
2 parents af6635a + 798fba1 commit 18e4c53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
@@ -169,7 +169,6 @@ main {
display: flex;
flex-direction: row;
overflow-y: scroll;
min-height: 100vh;
}

menu {
@@ -227,7 +226,6 @@ menu ul li a:hover {
align-items: flex-start;
flex-direction: column;
gap: 0.5rem;
min-height: 100vh;
border: 1px solid var(--light-grey);
}

0 comments on commit 18e4c53

Please sign in to comment.