Skip to content

Commit

Permalink
2024 Theme: Fix display of events calendar list events
Browse files Browse the repository at this point in the history
See #2436
  • Loading branch information
adamwoodnz committed Jun 12, 2024
1 parent de09e98 commit a49af1b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,13 @@
}
}

div:first-child {

@media (min-width: 600px) {
padding-left: unset;
}
}

.wporg-meeting-calendar__list-event-title {
font-size: inherit;
font-weight: 400;
Expand Down

0 comments on commit a49af1b

Please sign in to comment.