Add color to booking link and fix footer image sizes
This commit is contained in:
parent
8cfa3b1c77
commit
a5c35c8da3
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue