diff --git a/apps/scandic-web/components/HotelReservation/SelectHotel/index.tsx b/apps/scandic-web/components/HotelReservation/SelectHotel/index.tsx index 5f4bb57cd..4ccc9a484 100644 --- a/apps/scandic-web/components/HotelReservation/SelectHotel/index.tsx +++ b/apps/scandic-web/components/HotelReservation/SelectHotel/index.tsx @@ -12,7 +12,6 @@ import { } from "@/constants/routes/hotelReservation" import StaticMap from "@/components/Maps/StaticMap" -import Button from "@/components/TempDesignSystem/Button" import Link from "@/components/TempDesignSystem/Link" import Subtitle from "@/components/TempDesignSystem/Text/Subtitle" import TrackingSDK from "@/components/TrackingSDK" @@ -196,7 +195,7 @@ export default async function SelectHotel({ mapType="roadmap" altText={`Map of ${city.name} city center`} /> - + ) : ( diff --git a/apps/scandic-web/components/HotelReservation/SelectHotel/selectHotel.module.css b/apps/scandic-web/components/HotelReservation/SelectHotel/selectHotel.module.css index 8006d9e9a..1a6a825e6 100644 --- a/apps/scandic-web/components/HotelReservation/SelectHotel/selectHotel.module.css +++ b/apps/scandic-web/components/HotelReservation/SelectHotel/selectHotel.module.css @@ -68,6 +68,13 @@ margin-bottom: var(--Spacing-x3); } +.linkText { + display: flex; + padding: var(--Space-x15) 0; + justify-content: center; + font-weight: var(--Link-md-Font-weight); +} + @media (min-width: 768px) { .main { padding: var(--Spacing-x5) 0; @@ -109,7 +116,7 @@ .link { display: flex; - padding-bottom: var(--Spacing-x6); + margin-bottom: var(--Space-x6); } .mapContainer { display: flex;