Skip to content

Commit

Permalink
Undo hidden overflow for nav.navigation as it was clipping the logo.
Browse files Browse the repository at this point in the history
I'm not great at css
  • Loading branch information
gwynforthewyn committed Apr 20, 2024
1 parent 87a42de commit 01003c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nav.navigation {
border-radius: 40vh 40vh 0vh 0vh;
background: linear-gradient(#ffe6ef, #ffffff);
padding: 5vh;
overflow: hidden;
/* overflow: hidden; */
}
nav.navigation .link {
/* border: solid black;
Expand Down

0 comments on commit 01003c9

Please sign in to comment.