diff --git a/web/static/public.css b/web/static/public.css index f96bd7e..9ce632f 100644 --- a/web/static/public.css +++ b/web/static/public.css @@ -486,6 +486,7 @@ nav:last-of-type > ul > li:last-child { bottom: 6.75rem; right: 7.5rem; } + .hero a:hover span, .services a:hover span, .spiel a:hover span, .campsite_type_booking button:hover span { transform: translateX(1.3rem); } @@ -1266,18 +1267,17 @@ input[type="checkbox"]:focus { /* booking card */ -.center-cards { - display: flex; - gap: 10px; - align-items: center; - margin: 30px 10px; +.credit-cards { + display: flex; + gap: 10px; + align-items: center; + margin: 30px 10px; } -.microcard { - width: 48px; +.credit-cards svg { + width: 4.8rem; } - /* footer responsive */ @media (max-width: 48rem) { body > footer div { diff --git a/web/templates/public/booking.gohtml b/web/templates/public/booking.gohtml index 4cdd8ea..2f5ef40 100644 --- a/web/templates/public/booking.gohtml +++ b/web/templates/public/booking.gohtml @@ -1,5 +1,6 @@ -ç + SPDX-FileCopyrightText: 2023 Oriol Carbonell SPDX-License-Identifier: AGPL-3.0-only --> {{ define "title" -}} @@ -153,19 +154,13 @@ {{- end }}