Make both organitzadors pills same size (170x110px)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-17 16:03:04 +02:00
parent eda929896b
commit 3ed6f64acf
+5 -5
View File
@@ -37,26 +37,26 @@ export default function Footer() {
href="https://cursacorbins.cat/"
target="_blank"
rel="noopener noreferrer"
style={{ background: '#ffffff', borderRadius: '16px', display: 'flex', alignItems: 'center', justifyContent: 'center', padding: '14px 24px', boxShadow: '0 2px 8px rgba(0,0,0,0.15)', width: '170px', height: '80px' }}
style={{ background: '#ffffff', borderRadius: '16px', display: 'flex', alignItems: 'center', justifyContent: 'center', padding: '16px 20px', boxShadow: '0 2px 8px rgba(0,0,0,0.15)', width: '170px', height: '110px' }}
>
<Image
src="/assets/runners-corbins.png"
alt="Corbins Runners"
width={130}
height={60}
style={{ objectFit: 'contain' }}
height={78}
style={{ objectFit: 'contain', maxWidth: '100%', maxHeight: '100%' }}
/>
</a>
<a
href="https://www.instagram.com/viu_corbins/"
target="_blank"
rel="noopener noreferrer"
style={{ background: '#ffffff', borderRadius: '16px', display: 'flex', alignItems: 'center', justifyContent: 'center', padding: '12px 20px', boxShadow: '0 2px 8px rgba(0,0,0,0.15)', width: '150px', height: '110px' }}
style={{ background: '#ffffff', borderRadius: '16px', display: 'flex', alignItems: 'center', justifyContent: 'center', padding: '16px 20px', boxShadow: '0 2px 8px rgba(0,0,0,0.15)', width: '170px', height: '110px' }}
>
<Image
src="/assets/ajuntament-de-corbins.png"
alt="Ajuntament de Corbins"
width={100}
width={90}
height={90}
style={{ objectFit: 'contain', maxWidth: '100%', maxHeight: '100%' }}
/>