From 2002f0e95906b37d9d1aba43d96268241c900677 Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Fri, 13 Oct 2023 22:10:44 +0200 Subject: [PATCH] Fix the font size and weight of campsite type headings These are according to the design --- web/static/public.css | 9 +++++++++ web/templates/public/campsite/type.gohtml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/web/static/public.css b/web/static/public.css index 0abc68f..7691722 100644 --- a/web/static/public.css +++ b/web/static/public.css @@ -656,6 +656,15 @@ dt { flex-shrink: 0; } +.campsite_type.carousel .spiel h3 { + font-size: calc(1.8rem + 1.7vw); + font-weight: 700; +} + +.campsite_type_title { + font-size: 3.6rem; +} + .campsite_type_booking { margin-top: 2.5rem; display: flex; diff --git a/web/templates/public/campsite/type.gohtml b/web/templates/public/campsite/type.gohtml index d894f8f..f1f9ac9 100644 --- a/web/templates/public/campsite/type.gohtml +++ b/web/templates/public/campsite/type.gohtml @@ -13,7 +13,7 @@ {{ define "content" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/campsite/types.publicPage*/ -}} -

{{ .Name }}

+

{{ .Name }}

{{ with .Carousel -}}