mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-06 05:31:52 +00:00
change hero height to 55vh
This commit is contained in:
12
layouts/partials/hero/hero.html
Normal file
12
layouts/partials/hero/hero.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<section class="hero flex justify-center">
|
||||
<div class="h-full flex">
|
||||
<div class=" align-middle px-4 my-auto">
|
||||
{{ partial "hero/heading" . }}
|
||||
{{ if ( .Page.Params.hero.wordSlider.enable ) }}
|
||||
{{ partial "hero/slider" . }}
|
||||
{{ end }}
|
||||
{{ partial "hero/tagline" . }}
|
||||
{{ partial "hero/veteran" . }}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@@ -1,3 +1,3 @@
|
||||
<div class="absolute right-0 bottom-0">
|
||||
<img class="p-4 md:p-8" src="/img/veteran-owned.png" alt="veteran owned business">
|
||||
<img class="p-4 md:p-8" src="/images/veteran-owned.png" alt="veteran owned business">
|
||||
</div>
|
||||
Reference in New Issue
Block a user