Skip to content

Commit

Permalink
Reduce font size on mobile plan
Browse files Browse the repository at this point in the history
So the truncated text fits on one line
  • Loading branch information
alex9smith committed Nov 20, 2024
1 parent fcb8361 commit 5a634c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/components/Calendar/Calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ work like the rest with max-width */
@media (max-width: 1150px) {
div.day {
width: 100%;
font-size: 28px;
font-size: 20px;
border-radius: 5px;
padding-left: 10px;
}
}

Expand Down

0 comments on commit 5a634c2

Please sign in to comment.