From a5c35c8da3f939dc2fc6a26e1192aa99c4bfb3f4 Mon Sep 17 00:00:00 2001 From: Oriol Carbonell Date: Fri, 22 Dec 2023 10:41:02 +0100 Subject: [PATCH 1/2] Add color to booking link and fix footer image sizes --- web/static/public.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/web/static/public.css b/web/static/public.css index caea139..bd667cc 100644 --- a/web/static/public.css +++ b/web/static/public.css @@ -1120,6 +1120,11 @@ input[type="checkbox"]:focus { grid-template-columns: repeat(2, 1fr); } +#booking a { + color: var(--accent); + text-decoration: var(--accent) wavy underline; +} + @media (max-width: 48rem) { #booking fieldset { grid-template-columns: 1fr !important; @@ -1223,11 +1228,18 @@ body > footer span { .camping-association { display: flex; + flex-direction: row; height: 5rem; gap: 2rem; margin: 2rem 0 0; + } +.camping-association img { + max-width: 40px; +} + + /* contact */ @media (max-width: 64rem) { From 15761a370d74f7432729fdc0195814cdf23cdbee Mon Sep 17 00:00:00 2001 From: Oriol Carbonell Date: Fri, 22 Dec 2023 10:41:27 +0100 Subject: [PATCH 2/2] Change home image background --- web/templates/public/home.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/public/home.gohtml b/web/templates/public/home.gohtml index 3c6b852..9ae3d84 100644 --- a/web/templates/public/home.gohtml +++ b/web/templates/public/home.gohtml @@ -13,7 +13,7 @@ {{ define "content" -}} {{- /*gotype: dev.tandem.ws/tandem/camper/pkg/home.homePage*/ -}}
-
+

{{ (gettext "The pleasure of camping in the middle of nature…")}}

{{( pgettext "Booking" "link" )}}