Skip to content

Commit 0dfa4f0

Browse files
fix: increase homecard height to prevent overflow with more items
Co-authored-by: Chris Bongers <rebelchris@users.noreply.github.com>
1 parent 80b0905 commit 0dfa4f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/homepage/homeNavBoxes.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
.homecard {
8989
background-color: #1c1f26;
9090
width: 330px;
91-
height: 470px;
91+
height: 510px;
9292
padding: 20px;
9393
position: relative;
9494
display: block;

0 commit comments

Comments
 (0)