Visual edits. Add triangular shape to headers on all pages

This commit is contained in:
rebuilt 2023-01-11 16:54:51 -08:00
parent bede13b983
commit b62e3eb0ca
7 changed files with 68 additions and 114 deletions

View file

@ -1,4 +1,4 @@
<header class="bg-dark-blue py-5">
<header class="bg-dark-blue py-5 relative">
<div class="container px-5">
<div class="row gx-5 justify-content-center">
<div class="col-lg-6">
@ -10,4 +10,10 @@
</div>
</div>
</div>
<div class="custom-shape-divider-bottom-triangle">
<svg data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none">
<path d="M598.97 114.72L0 0 0 120 1200 120 1200 0 598.97 114.72z" class="shape-fill"></path>
</svg>
</div>
</header>