Responsive styling changes

This commit is contained in:
Jorge Vargas 2025-02-21 13:27:08 -06:00
parent c8db1c57b4
commit 3e19a693ca
6 changed files with 7 additions and 6 deletions

View file

@ -32,7 +32,7 @@ const { session } = Astro.locals
<a href='/'>
<Image
src={Astro.currentLocale === 'es' ? logoEs : logo}
class='h-full py-0.5 w-auto'
class='h-full md:py-0.5 w-auto mx-auto md:mx-0'
alt='logo'
height={150}
width={265}