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
Café Laituri, Voiponlahdentie 37, Palva
Saaristohotelli Vaihela, Velkuanmaantie 168, Palva
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; + } +}