Update: Maps

This commit is contained in:
2026-02-24 19:10:47 +01:00
parent 75c2b3dfcd
commit 22aa67d406
12 changed files with 208 additions and 76 deletions

View File

@@ -3,8 +3,8 @@
{{ partial "usps.html" . }}
{{ if .Params.info_section }}
<section class="info-section py-5 my-lg-5 mx-lg-5">
<div class="container px-lg-5">
<section class="info-section py-5 my-lg-5">
<div class="container">
<div class="row align-items-center g-5">
<div class="col-lg-5 pe-lg-5">
@@ -12,7 +12,7 @@
{{ with .Params.info_section.image }}
<img src="{{ . | relURL }}"
alt="{{ $.Params.info_section.image_alt | default "Van Emous Mantelzorgwoningen" }}"
class="img-fluid hero-rounded-img shadow-sm">
class="img-fluid rounded-img shadow fade-left">
{{ end }}
</div>
</div>
@@ -43,7 +43,7 @@
{{ end }}
{{ if .Content }}
<div class="container my-5 px-lg-10">
<div class="container my-5">
{{ .Content }}
</div>
{{ end }}