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 = () => {
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 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; }