From 82758fdaa94d20d87592fe2ce8b1c4c9501686f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Mon, 26 Jun 2023 19:37:52 +0300 Subject: [PATCH] Improved program page data and styles --- pages/program.tsx | 39 ++++++++++++++++++-------------------- styles/Program.module.scss | 8 +++++++- 2 files changed, 25 insertions(+), 22 deletions(-) diff --git a/pages/program.tsx b/pages/program.tsx index c3adc31..42db3cc 100644 --- a/pages/program.tsx +++ b/pages/program.tsx @@ -31,37 +31,34 @@ const Program = () => {

Ohjelma

-
20.7.
-
+ 20.7. + Laituri - - - -
-
+ + + to

+

17:00 - 19:00

Café Laituri, Voiponlahdentie 37, Palva

-
21.7.
-
+ 21.7. + Vaihela - - - -
-
+ + + pe

+

18:00 - 21:00

Saaristohotelli Vaihela, Velkuanmaantie 168, Palva

-
22.7.
-
+ 22.7. + Sinervo - - - -
-
+ + + la

+

14:00 - 20:00

Sinervon talo, Sauniementie 5, Teersalo

diff --git a/styles/Program.module.scss b/styles/Program.module.scss index 928c341..06c7c8e 100644 --- a/styles/Program.module.scss +++ b/styles/Program.module.scss @@ -28,7 +28,6 @@ padding-left: 1.5rem; padding-right: 1.5rem; margin-top: 1.5rem; - cursor: pointer; h2 { margin-right: 1rem; @@ -43,4 +42,11 @@ .placeName { font-size: 2.5rem; margin-right: 1rem; + color: #2f273e; + text-decoration: none; +} + +.timeSpan { + margin-top: 0; + margin-bottom: 1rem; }