diff --git a/pages/program.tsx b/pages/program.tsx index 42db3cc..981c486 100644 --- a/pages/program.tsx +++ b/pages/program.tsx @@ -39,6 +39,7 @@ const Program = () => { to

17:00 - 19:00

+ Esiintyjät julkistetaan myöhemmin...

Café Laituri, Voiponlahdentie 37, Palva

21.7. @@ -49,6 +50,11 @@ const Program = () => { pe

18:00 - 21:00

+

Saaristohotelli Vaihela, Velkuanmaantie 168, Palva

22.7. @@ -59,6 +65,7 @@ const Program = () => { la

14:00 - 20:00

+ Esiintyjät julkistetaan myöhemmin...

Sinervon talo, Sauniementie 5, Teersalo

diff --git a/styles/Program.module.scss b/styles/Program.module.scss index 06c7c8e..ea74529 100644 --- a/styles/Program.module.scss +++ b/styles/Program.module.scss @@ -50,3 +50,16 @@ margin-top: 0; margin-bottom: 1rem; } + +.performerList { + font-size: 1.5rem; + font-weight: bold; + list-style-type: none; + line-height: 1.5rem; + max-width: 20rem; + padding-left: 0; + + li { + margin-top: 1em; + } +}