diff --git a/wp-content/themes/pub/wporg-learn-2024/src/style/_wporg-meeting-calendar.scss b/wp-content/themes/pub/wporg-learn-2024/src/style/_wporg-meeting-calendar.scss index 976448eaa..6b1de53a9 100644 --- a/wp-content/themes/pub/wporg-learn-2024/src/style/_wporg-meeting-calendar.scss +++ b/wp-content/themes/pub/wporg-learn-2024/src/style/_wporg-meeting-calendar.scss @@ -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;