Skip to content

Commit

Permalink
style: don't apply min-height in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Jul 12, 2024
1 parent 61ef587 commit 2ab298f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -468,18 +468,18 @@ header {
margin: 0;
}

.min-h-35 {
@media screen and (min-width: 992px) {
.min-h-35 {
min-height: 35%;
}
}

.min-h-40 {
.min-h-40 {
min-height: 40%;
}
}

@media screen and (min-width: 992px) {
.w-md-50 {
width: 50% !important;
}
.w-md-50 {
width: 50% !important;
}
}

/* About */
Expand Down

0 comments on commit 2ab298f

Please sign in to comment.