From 5d65821ef2baf5bb15dcbcd2342cd48d8b322a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Tue, 24 Jun 2025 19:41:05 +0300 Subject: [PATCH] Kitchen open every day added --- components/OpenHours.tsx | 2 +- styles/OpenHours.module.scss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components/OpenHours.tsx b/components/OpenHours.tsx index 7e3d12a..70b2104 100644 --- a/components/OpenHours.tsx +++ b/components/OpenHours.tsx @@ -13,7 +13,7 @@ export const OpenHours = ({ kitchenNotice }: OpenHoursProps) => {

pe-la 9:00-21:00

- {kitchenNotice && (

Keittiö auki klo 12:00-19:00

)} + {kitchenNotice && (

Keittiö auki joka päivä
klo 12:00-19:00

)}

Tervetuloa!

diff --git a/styles/OpenHours.module.scss b/styles/OpenHours.module.scss index f10c706..ec74b7c 100644 --- a/styles/OpenHours.module.scss +++ b/styles/OpenHours.module.scss @@ -13,4 +13,5 @@ max-width: 15rem; text-align: center; margin-top: 0; -} + line-height: 1.5rem; +} \ No newline at end of file