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