Adjusted text positioning on top of landing page
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{{ define "main" }}
|
||||
<section id="home" class="hero">
|
||||
<div id="home" class="hero">
|
||||
<div class="container">
|
||||
<h1>{{ .Params.hero.heading }}</h1>
|
||||
<p>{{ .Params.hero.subheading }}</p>
|
||||
@@ -7,7 +7,7 @@
|
||||
<a href="{{ .Params.hero.button_link }}" class="btn">{{ .Params.hero.button_text }}</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<section id="about" class="bg-light">
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user