Reduced font-size for calendar events to prevent overflow on smaller screens

This commit is contained in:
Fabio Manganiello 2020-03-24 17:06:09 +01:00
parent 03968928e7
commit a388e8dd83
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
.widget .calendar {
padding: 1rem;
.event {
font-size: .8em;
}
.upcoming-event {
text-align: center;
margin-bottom: 1.5rem;