tweak more image sizes

This commit is contained in:
2024-08-15 01:54:48 +02:00
parent 5976d51dda
commit f566c4b639
4 changed files with 4 additions and 4 deletions
@@ -33,7 +33,7 @@ export const AssociationHeader = ({
alt={`Logoen til ${association.title}`}
width={association.logo.width}
height={association.logo.height}
sizes="100vw"
sizes="40vw"
className={styles.logo}
/>
)}