diff --git a/web/static/public.css b/web/static/public.css index c2a6fc4..32a3c85 100644 --- a/web/static/public.css +++ b/web/static/public.css @@ -1214,6 +1214,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; @@ -1319,11 +1324,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) { diff --git a/web/templates/public/home.gohtml b/web/templates/public/home.gohtml index 793c1b6..ef7c704 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" )}}