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