diff --git a/public/collaborators/skr.png b/public/collaborators/skr.png new file mode 100644 index 0000000..6598731 Binary files /dev/null and b/public/collaborators/skr.png differ diff --git a/src/components/Collaboration.tsx b/src/components/Collaboration.tsx index 572c40d..bdd43df 100644 --- a/src/components/Collaboration.tsx +++ b/src/components/Collaboration.tsx @@ -6,20 +6,13 @@ const Collaboration = () => { <>

Yhteistyössä

- Runoviikko Ry
kirjan talo logo
- Velkuan saaristolaisyhdistys ry - Cafe Laituri - Saaristohotelli Vaihela - Aviador Kustannus - Enostone Kustannus - Keski-Suomen kirjailijat
); diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 1b3c2a7..0490d2f 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -2,17 +2,18 @@ import Performers from './Performers'; import Program from './Program'; import styles from '../../styles/Index.module.scss'; import Lead from '../components/Lead'; +import Collaboration from '../components/Collaboration'; const Index = () => { return (

Runosaari

- + + {/* */} {/* */} - {/* */} {/* */}
); diff --git a/styles/Collaboration.module.scss b/styles/Collaboration.module.scss index bde9bb3..87a188c 100644 --- a/styles/Collaboration.module.scss +++ b/styles/Collaboration.module.scss @@ -12,7 +12,7 @@ } .collabLogo { - max-width: 108px; + max-width: 200px; } .collabLogoRow {