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);
|
grid-template-columns: repeat(2, 1fr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#booking a {
|
||||||
|
color: var(--accent);
|
||||||
|
text-decoration: var(--accent) wavy underline;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 48rem) {
|
@media (max-width: 48rem) {
|
||||||
#booking fieldset {
|
#booking fieldset {
|
||||||
grid-template-columns: 1fr !important;
|
grid-template-columns: 1fr !important;
|
||||||
|
@ -1223,11 +1228,18 @@ body > footer span {
|
||||||
|
|
||||||
.camping-association {
|
.camping-association {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
height: 5rem;
|
height: 5rem;
|
||||||
gap: 2rem;
|
gap: 2rem;
|
||||||
margin: 2rem 0 0;
|
margin: 2rem 0 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.camping-association img {
|
||||||
|
max-width: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* contact */
|
/* contact */
|
||||||
|
|
||||||
@media (max-width: 64rem) {
|
@media (max-width: 64rem) {
|
||||||
|
|
Loading…
Reference in New Issue