diff options
Diffstat (limited to 'resources/assets/stylesheets/scss/fullcalendar.scss')
| -rw-r--r-- | resources/assets/stylesheets/scss/fullcalendar.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/assets/stylesheets/scss/fullcalendar.scss b/resources/assets/stylesheets/scss/fullcalendar.scss index c3972bc..3cb8ad1 100644 --- a/resources/assets/stylesheets/scss/fullcalendar.scss +++ b/resources/assets/stylesheets/scss/fullcalendar.scss @@ -111,6 +111,14 @@ display: none; } } + + /* + Display the week number a bit smaller so that is doesn't overlap the day number on + small screens in portrait orientation: + */ + .fc-daygrid-week-number { + font-size: $font-size-tiny; + } } /* Display the week number at the top of the cell in the top left corner: */ |
