From c9754bebd06db9b24aab8c35857e79c521c451af Mon Sep 17 00:00:00 2001 From: Oriol Carbonell Date: Tue, 16 Jan 2024 17:37:40 +0100 Subject: [PATCH] Fix width of accomodation type image --- web/static/camper.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/static/camper.css b/web/static/camper.css index e4d4661..b1591f6 100644 --- a/web/static/camper.css +++ b/web/static/camper.css @@ -507,6 +507,12 @@ textarea { background-color: #ffeeaa; } +/* accommodation type */ + +fieldset img { + max-width: 400px; +} + /* calendar */ .season-calendar button { display: flex;