mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Responsive styling changes
This commit is contained in:
parent
c8db1c57b4
commit
3e19a693ca
6 changed files with 7 additions and 6 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue