diff --git a/web/static/public.css b/web/static/public.css index cbf0b5b..f96bd7e 100644 --- a/web/static/public.css +++ b/web/static/public.css @@ -1264,6 +1264,19 @@ input[type="checkbox"]:focus { } } +/* booking card */ + +.center-cards { + display: flex; + gap: 10px; + align-items: center; + margin: 30px 10px; +} + +.microcard { + width: 48px; +} + /* footer responsive */ @media (max-width: 48rem) { diff --git a/web/templates/public/booking.gohtml b/web/templates/public/booking.gohtml index 6dc0c2c..4cdd8ea 100644 --- a/web/templates/public/booking.gohtml +++ b/web/templates/public/booking.gohtml @@ -1,4 +1,4 @@ - @@ -153,6 +153,19 @@ {{- end }}