Fix width of accomodation type image
This commit is contained in:
parent
f24f69bbbd
commit
c9754bebd0
|
@ -507,6 +507,12 @@ textarea {
|
|||
background-color: #ffeeaa;
|
||||
}
|
||||
|
||||
/* accommodation type */
|
||||
|
||||
fieldset img {
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
/* calendar */
|
||||
.season-calendar button {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue