Menu: SCSS Done
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-white py-3 shadow-sm sticky-top" aria-label="Hoofdmenu">
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-white py-3 sticky-top" aria-label="Hoofdmenu">
|
||||
<div class="container">
|
||||
<a class="navbar-brand d-flex align-items-center" href="/" aria-label="Van Emous Mantelzorgwoningen Home">
|
||||
{{ if .Site.Params.logo }}
|
||||
@@ -74,9 +74,9 @@
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
<li class="nav-item ms-lg-3">
|
||||
<li class="nav-item ms-lg-3 d-flex align-items-center justify-content-end cta-wrapper">
|
||||
<a href="/brochure" class="btn btn-cta" role="button">
|
||||
Gratis brochure aanvragen <i class="bi bi-chevron-right" aria-hidden="true"></i>
|
||||
Gratis brochure aanvragen
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
<div class="col-lg-7">
|
||||
<h1 class="display-3 mb-5">{{ .Params.hero.title }}</h1>
|
||||
<a href="{{ .Params.hero.cta_link }}" class="btn btn-cta">
|
||||
{{ .Params.hero.cta_text }} <i class="bi bi-chevron-right ms-2"></i>
|
||||
{{ .Params.hero.cta_text }}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-4 offset-lg-1">
|
||||
<div class="col-lg-5">
|
||||
<p class="lead mb-2">
|
||||
{{ .Params.hero.subtitle }}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user