Merge remote-tracking branch 'origin/upcoming'
This commit is contained in:
commit
bda3507b62
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.1 KiB |
|
@ -244,6 +244,7 @@ body > header > address a[href^='mailto:']::before {
|
||||||
body > header, nav .has-submenu ul {
|
body > header, nav .has-submenu ul {
|
||||||
background-color: rgba(var(--clar-rgb), 0.7);
|
background-color: rgba(var(--clar-rgb), 0.7);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
|
border-bottom: 1px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 a {
|
h1 a {
|
||||||
|
@ -396,15 +397,15 @@ nav:last-of-type > ul > li:last-child {
|
||||||
margin-top: -1rem;
|
margin-top: -1rem;
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav:last-of-type > ul > li:last-child {
|
nav:last-of-type > ul > li:last-child {
|
||||||
display: unset;
|
display: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav:first-of-type {
|
nav:first-of-type {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body > header > address {
|
body > header > address {
|
||||||
grid-column: 1 / span 2;
|
grid-column: 1 / span 2;
|
||||||
}
|
}
|
||||||
|
@ -1270,6 +1271,14 @@ body > footer span {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.camping-association {
|
||||||
|
display: flex;
|
||||||
|
height: 5rem;
|
||||||
|
gap: 2rem;
|
||||||
|
margin: 2rem 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* contact */
|
/* contact */
|
||||||
|
|
||||||
@media (max-width: 64rem) {
|
@media (max-width: 64rem) {
|
||||||
|
|
|
@ -119,7 +119,13 @@
|
||||||
<h2>{{ .CompanyAddress.TradeName }}</h2>
|
<h2>{{ .CompanyAddress.TradeName }}</h2>
|
||||||
{{ template "companyAddress" .CompanyAddress }}
|
{{ template "companyAddress" .CompanyAddress }}
|
||||||
{{ printf ( gettext "<abbr title=\"Catalonia Tourism Registry\">RTC</abbr> <abbr title=\"Number\">#</abbr>%s") .CompanyAddress.RTCNumber | raw }}
|
{{ printf ( gettext "<abbr title=\"Catalonia Tourism Registry\">RTC</abbr> <abbr title=\"Number\">#</abbr>%s") .CompanyAddress.RTCNumber | raw }}
|
||||||
</section>
|
<div class="camping-association">
|
||||||
|
<img src="/static/camping-association/Reconeixement.gif" alt="Alan Rogers">
|
||||||
|
<img src="/static/camping-association/acsi.jpg" alt="ACSI">
|
||||||
|
<img src="/static/camping-association/logofecc4.gif" alt="Federación Española de Clubes Capistas">
|
||||||
|
<img src="/static/camping-association/anwb.png" alt="anwb">
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<span>© {{( gettext "Campsite Montagut" )}} | 1994–2023</span>
|
<span>© {{( gettext "Campsite Montagut" )}} | 1994–2023</span>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in New Issue