Improve ajuntament de corbins pill size

Taller pill (150x110) to fit vertical logo proportions.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-17 16:01:10 +02:00
parent 6d0eea4eac
commit eda929896b
+4 -4
View File
@@ -51,14 +51,14 @@ export default function Footer() {
href="https://www.instagram.com/viu_corbins/"
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: '12px 20px', boxShadow: '0 2px 8px rgba(0,0,0,0.15)', width: '150px', height: '110px' }}
>
<Image
src="/assets/ajuntament-de-corbins.png"
alt="Ajuntament de Corbins"
width={110}
height={60}
style={{ objectFit: 'contain' }}
width={100}
height={90}
style={{ objectFit: 'contain', maxWidth: '100%', maxHeight: '100%' }}
/>
</a>
</div>