Merge remote-tracking branch 'origin/upcoming'
This commit is contained in:
commit
07223f64d2
|
@ -1214,6 +1214,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;
|
||||||
|
@ -1319,11 +1324,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) {
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
{{ define "content" -}}
|
{{ define "content" -}}
|
||||||
{{- /*gotype: dev.tandem.ws/tandem/camper/pkg/home.homePage*/ -}}
|
{{- /*gotype: dev.tandem.ws/tandem/camper/pkg/home.homePage*/ -}}
|
||||||
<section class="nature">
|
<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>
|
<h2>{{ (gettext "The pleasure of camping in the middle of nature…")}}</h2>
|
||||||
<a href="/{{ currentLocale }}/booking">{{( pgettext "Booking" "link" )}} <span>→</span></a>
|
<a href="/{{ currentLocale }}/booking">{{( pgettext "Booking" "link" )}} <span>→</span></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue