Merge remote-tracking branch 'origin/upcoming'

This commit is contained in:
jordi fita mas 2023-12-22 10:41:59 +01:00
commit 07223f64d2
2 changed files with 13 additions and 1 deletions

View File

@ -1214,6 +1214,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;
@ -1319,11 +1324,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) {

View File

@ -13,7 +13,7 @@
{{ define "content" -}}
{{- /*gotype: dev.tandem.ws/tandem/camper/pkg/home.homePage*/ -}}
<section class="nature">
<div style="--background-image:url('/static/images/todd-trapani-5LHzBpiTuzQ-unsplash.jpg')">
<div style="--background-image:url('https://campingmontagut.tandem.ws/media/ead3c7fba2e5157d02d7f8069f4534ce0c0c799147e67969deaac957c50df55a/camping_campsite.jpg')">
<h2>{{ (gettext "The pleasure of camping in the middle of nature…")}}</h2>
<a href="/{{ currentLocale }}/booking">{{( pgettext "Booking" "link" )}} <span>→</span></a>
</div>