Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: positioning responsive icon #637

Merged
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dwhdelft.nl/components/pages/home/Intro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const barOpeningHours = openingHours.value.events.find((event) => event.day.en =
/>
<p v-if="barOpeningHours.announcement" class="mt-3 mb-4 text-brand-500" v-text="tt(barOpeningHours.announcement)" />
<PagesHomeInvite
class="my-8 md:my-4"
class="my-8"
:announcement="t('invite.announcement')"
:time="t('invite.time', [barOpeningHours.start_time])"
/>
Expand Down
2 changes: 1 addition & 1 deletion dwhdelft.nl/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const instagramChannels = [
</LayoutHeader>

<section class="overflow-x-hidden">
<div class="container mx-auto pt-12 pb-24 md:flex">
<div class="container mx-auto pt-12 pb-28 md:flex">
<div class="flex-1 px-4 lg:pr-32">
<PagesHomeIntro />
</div>
Expand Down