Skip to content

Commit

Permalink
Improve recurring events responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
casperboone committed Apr 8, 2023
1 parent 025b93b commit a52f0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Home/RecurringEvents.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ nl:
</i18n>

<template>
<div class="container px-4 mx-auto py-16">
<div class="container px-4 mx-auto py-8 md:py-16">
<h2
class="text-center text-brand-500 font-medium text-5xl mb-6 leading-tight"
class="md:text-center text-brand-500 font-medium text-5xl md:mb-6 leading-tight"
v-html="$t('announcement', { count: openingHours.length })"
/>

Expand Down

0 comments on commit a52f0f4

Please sign in to comment.