Add color to booking link and fix footer image sizes

This commit is contained in:
oriol carbonell pujolàs 2023-12-22 10:41:02 +01:00
parent 8cfa3b1c77
commit a5c35c8da3
1 changed files with 12 additions and 0 deletions

View File

@ -1120,6 +1120,11 @@ input[type="checkbox"]:focus {
grid-template-columns: repeat(2, 1fr);
}
#booking a {
color: var(--accent);
text-decoration: var(--accent) wavy underline;
}
@media (max-width: 48rem) {
#booking fieldset {
grid-template-columns: 1fr !important;
@ -1223,11 +1228,18 @@ body > footer span {
.camping-association {
display: flex;
flex-direction: row;
height: 5rem;
gap: 2rem;
margin: 2rem 0 0;
}
.camping-association img {
max-width: 40px;
}
/* contact */
@media (max-width: 64rem) {