Make both organitzadors pills same size (170x110px)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -37,26 +37,26 @@ export default function Footer() {
|
|||||||
href="https://cursacorbins.cat/"
|
href="https://cursacorbins.cat/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
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
|
<Image
|
||||||
src="/assets/runners-corbins.png"
|
src="/assets/runners-corbins.png"
|
||||||
alt="Corbins Runners"
|
alt="Corbins Runners"
|
||||||
width={130}
|
width={130}
|
||||||
height={60}
|
height={78}
|
||||||
style={{ objectFit: 'contain' }}
|
style={{ objectFit: 'contain', maxWidth: '100%', maxHeight: '100%' }}
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://www.instagram.com/viu_corbins/"
|
href="https://www.instagram.com/viu_corbins/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
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
|
<Image
|
||||||
src="/assets/ajuntament-de-corbins.png"
|
src="/assets/ajuntament-de-corbins.png"
|
||||||
alt="Ajuntament de Corbins"
|
alt="Ajuntament de Corbins"
|
||||||
width={100}
|
width={90}
|
||||||
height={90}
|
height={90}
|
||||||
style={{ objectFit: 'contain', maxWidth: '100%', maxHeight: '100%' }}
|
style={{ objectFit: 'contain', maxWidth: '100%', maxHeight: '100%' }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user