Fix width of accomodation type image

This commit is contained in:
oriol carbonell pujolàs 2024-01-16 17:37:40 +01:00
parent f24f69bbbd
commit c9754bebd0
1 changed files with 6 additions and 0 deletions

View File

@ -507,6 +507,12 @@ textarea {
background-color: #ffeeaa;
}
/* accommodation type */
fieldset img {
max-width: 400px;
}
/* calendar */
.season-calendar button {
display: flex;