Skip to content

Commit

Permalink
Fixed the height of the boxes present on the homepage of the website (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
himughanakash authored Oct 15, 2023
1 parent 5129a22 commit 6260b4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/HomepageFeatures/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
}

.listContainer{
min-height: 17rem;
min-height: 8.8rem;
max-height: 295px;
}
@media screen and (max-width: 768px) {
.listContainer{
Expand Down

0 comments on commit 6260b4b

Please sign in to comment.