Reduced font-size for calendar events to prevent overflow on smaller screens
This commit is contained in:
parent
03968928e7
commit
a388e8dd83
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
.widget .calendar {
|
||||
padding: 1rem;
|
||||
|
||||
.event {
|
||||
font-size: .8em;
|
||||
}
|
||||
|
||||
.upcoming-event {
|
||||
text-align: center;
|
||||
margin-bottom: 1.5rem;
|
||||
|
|
Loading…
Reference in a new issue