Skip to content

Commit

Permalink
last minute fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschonti committed Dec 18, 2023
1 parent cb959cc commit 15bce87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/footer/desktop-footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function DesktopFooter() {
return (
<footer className='hidden md:flex p-10 justify-between items-center gap-10 flex-row'>
<SocialButtons />
<div className='absolute left-1/2 -translate-x-1/2'>
<div className='absolute left-1/2 bottom-24 xl:bottom-auto -translate-x-1/2'>
<NewsletterModals />
</div>
<div className='flex items-center gap-10'>
Expand Down
2 changes: 1 addition & 1 deletion src/components/newsletter/newsletter-modals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function NewsletterModals() {
</div>

<div className='flex flex-col gap-2'>
<p className='mb-2 text-justify'>
<p className='mb-2'>
Ha szeretnél értesülni a legfontosabb hírekről, mint például előadások és nyereményjáték, iratkozz fel a
hírlevelünkre!
</p>
Expand Down

0 comments on commit 15bce87

Please sign in to comment.