Skip to content

Commit

Permalink
fix: Footer LogoLink overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrusegard committed Jan 26, 2024
1 parent 0950bdb commit ac2a877
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ function Footer() {
<div className='w-full max-w-screen-2xl text-sm'>
<div className='grid grid-cols-1 gap-x-4 gap-y-12 xs:grid-cols-2 sm:grid-cols-3 lg:grid-cols-4'>
<div>
<LogoLink className='justify-start' />
<div className='flex'>
<LogoLink className='justify-start' />
</div>
<p className='ml-2 leading-tight'>
<strong>{t('openingHours')}:</strong>
<br />
Expand Down

0 comments on commit ac2a877

Please sign in to comment.