New collaborators

This commit is contained in:
2026-05-24 22:52:06 +03:00
parent ec3c87f20e
commit e7ecbf3dcf
8 changed files with 36 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -12,6 +12,31 @@ const Collaboration = () => {
src='/collaborators/skr.png' src='/collaborators/skr.png'
alt='Suomen Kulttuurirahaston logo' alt='Suomen Kulttuurirahaston logo'
/> />
<img
className={styles.collabLogo}
src='/collaborators/naantali.png'
alt='Naantalin kaupungin logo'
/>
<img
className={styles.collabLogo}
src='/collaborators/siltala.png'
alt='Siltalan logo'
/>
<img
className={styles.collabLogo}
src='/collaborators/teos.jpg'
alt='Teoksen logo'
/>
<img
className={styles.collabLogo}
src='/collaborators/aviador.png'
alt='Aviadorin logo'
/>
<img
className={styles.collabLogo}
src='/collaborators/vaihela.png'
alt='Vaihelan logo'
/>
</div> </div>
</div> </div>
</> </>

View File

@@ -12,11 +12,21 @@
} }
.collabLogo { .collabLogo {
max-width: 200px; max-width: 180px;
max-height: 100px;
width: auto;
height: auto;
object-fit: contain;
} }
.collabLogoRow { .collabLogoRow {
width: 100%; width: 100%;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 3rem;
padding: 1.5rem 0;
} }
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {