Skip to content

Commit

Permalink
Merge pull request #355 from dump-hr/fix/schedule-section-mobile
Browse files Browse the repository at this point in the history
fix schedule section mobile
  • Loading branch information
bdeak4 authored May 10, 2024
2 parents 799afaa + c63bf08 commit a22c60e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@
.scheduleCardTitle {
font-size: 16px;
}

.scheduleCardSubtitle {
margin-right: 0;
margin-left: 54px;
}
}

@media screen and (max-width: 382px) {
Expand Down

0 comments on commit a22c60e

Please sign in to comment.