Skip to content

Commit

Permalink
Fix feature card height issue in smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
hsvikum committed Nov 21, 2023
1 parent 61e1770 commit c61cb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HomepageFeatures/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.card {
background-color: #E6E8EC;
padding: 25px 15px;
min-height: 300px;
min-height: 350px;
margin-bottom: 20px;
}

Expand Down

0 comments on commit c61cb85

Please sign in to comment.