Skip to content

Commit

Permalink
Merge pull request #640 from ilgazer/mixup-fix
Browse files Browse the repository at this point in the history
fixed responsiveness for mixup logo and buttons
  • Loading branch information
thomcsmits authored Dec 18, 2024
2 parents 60a084c + a7eb07b commit d70f1a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dwhdelft.nl/pages/mixup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const instagramChannelsMixup = [
<div class="space-y-4">
<ElementsParagraphedText :paragraphs="t('intro')" class="md:text-xl md:leading-relaxed space-y-4" />
<div>
<div class="flex flex-1 space-x-8 space-y-16 md:space-y-8 lg:space-y-6">
<div class="flex flex-1 flex-wrap justify-center items-center gap-4">
<div>
<p
v-if="barOpeningHours.announcement"
Expand All @@ -134,15 +134,15 @@ const instagramChannelsMixup = [
<MIXUPLogo class="h-20" />
</div>
</div>
<div class="flex flex-1 space-x-4">
<div>
<div class="flex flex-1 flex-wrap justify-center items-center space-x-4 mt-2">
<div class="m-2">
<a href="https://my.dwhdelft.nl/signup">
<ElementsSecondaryButton class="!text-brand-450" arrow>
{{ t('membership_button') }}
</ElementsSecondaryButton>
</a>
</div>
<div>
<div class="m-2">
<nuxt-link :to="localePath('barbuddy')">
<ElementsPrimaryButton class="!text-brand-50" arrow>
{{ t('barbuddy_button') }}
Expand Down

0 comments on commit d70f1a0

Please sign in to comment.