Skip to content

Commit

Permalink
min-height to fix #23
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow authored Dec 23, 2024
1 parent ab9908d commit c98726d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
display: flex;
align-items: center;
text-align: center;
height: 10rem;
min-height: 10rem;
padding: 0 3rem;
border-radius: 5rem;
Expand Down

0 comments on commit c98726d

Please sign in to comment.