diff --git a/pages/program.tsx b/pages/program.tsx index b5047a0..b0e11d0 100644 --- a/pages/program.tsx +++ b/pages/program.tsx @@ -30,6 +30,7 @@ const Program = () => {

Ohjelma

+ {/* Torstai */}

20.7. @@ -38,6 +39,9 @@ const Program = () => { to

+ + Café Laituri, Voiponlahdentie 37, Palva +

17:00 - 19:00

-

Café Laituri, Voiponlahdentie 37, Palva

+ + {/* Perjantai */}

21.7. @@ -54,13 +59,17 @@ const Program = () => { pe

+ + Saaristohotelli Vaihela, Velkuanmaantie 168, Velkuanmaa +

18:00 - 21:00

-

Saaristohotelli Vaihela, Velkuanmaantie 168, Velkuanmaa

+ + {/* Lauantai */}

22.7. @@ -69,26 +78,69 @@ const Program = () => { la

+ + Sinervon talo, Sauniementie 5, Teersalo +

14:00 - 20:00

-

- Sinervon talo, Sauniementie 5, Teersalo -

); }; diff --git a/styles/Program.module.scss b/styles/Program.module.scss index ea74529..284e34c 100644 --- a/styles/Program.module.scss +++ b/styles/Program.module.scss @@ -63,3 +63,29 @@ margin-top: 1em; } } + +.performerWithTime { + display: flex; + justify-content: space-between; + align-items: center; + min-height: 2.5rem; +} + +.programPerformer { + text-align: right; +} + +.programBreak { + justify-content: center !important; + margin-top: 1rem; + margin-bottom: 1rem; +} + +.programTime { + font-size: 1.7rem; +} + +.locationAddress { + margin-top: 1rem; + margin-bottom: 1rem; +}