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