From dcb2d51797b61549de22146a0a0fae288278d273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Thu, 16 May 2024 19:13:22 +0300 Subject: [PATCH] Program incomplete disclaimer --- pages/program.tsx | 2 ++ styles/Program.module.scss | 1 + 2 files changed, 3 insertions(+) diff --git a/pages/program.tsx b/pages/program.tsx index 6153d3c..c478b71 100644 --- a/pages/program.tsx +++ b/pages/program.tsx @@ -37,6 +37,7 @@ const Program = () => {
  • Juha Rautio
  • Katariina Vuorinen
    & Ilkka Turta
  • + Ohjelma täydentyy...
    {/* Laituri */} @@ -58,6 +59,7 @@ const Program = () => {
  • Terhi Forssén
  • Katariina Vuorinen & Björn
  • + Ohjelma täydentyy...
    ); diff --git a/styles/Program.module.scss b/styles/Program.module.scss index cc7d187..5a4ba95 100644 --- a/styles/Program.module.scss +++ b/styles/Program.module.scss @@ -123,4 +123,5 @@ .programHr { border: 0.1rem solid #d5caf29d; width: 43%; + margin-top: 1em; } \ No newline at end of file