Skip to content

Commit

Permalink
pastors pen
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzapanther committed Dec 8, 2023
1 parent f0de907 commit fed30f9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions static/cal.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,11 @@ because the nesting selector cannot represent pseudo-elements. */
}
}

#calendar-js {
min-height: calc(100vh - 100px);
max-height: calc(100vh - 100px);
@media (max-width: 440px) {
#calendar-js {
min-height: calc(100vh - 100px);
max-height: calc(100vh - 100px);
}
}

.float-butt {
Expand Down

0 comments on commit fed30f9

Please sign in to comment.