Skip to content

Commit

Permalink
fix: Header size on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
biharygergo committed Jan 11, 2025
1 parent 04fda09 commit 95731e6
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,10 @@
}
}
}

@media screen and (max-width: 600px) {
.header-cards {
min-height: 200px;
}
}
}

0 comments on commit 95731e6

Please sign in to comment.