Skip to content

Commit

Permalink
Center signup section on front page
Browse files Browse the repository at this point in the history
Signed-off-by: lucperkins <lucperkins@gmail.com>
  • Loading branch information
lucperkins committed Jan 28, 2019
1 parent d0328a8 commit 3bb843e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions themes/falco-fresh/layouts/partials/section1.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ <h3 class="subtitle is-5 is-muted">{{ $subtitle }}</h3>
<h4>{{ .title }}</h4>
</div>
<div class="card-icon">
<img src="{{ printf "/images/illustrations/icons/%s" .icon | relURL }}">
<img src="{{ printf "/images/illustrations/icons/%s" .icon | relURL }}">
</div>
<div class="card-text">
<p>{{ .text }}</p>
<p>{{ .text }}</p>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions themes/falco-fresh/layouts/partials/section3.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{- $buttonText := index $section3 "buttontext" }}
{{- $buttonLink := index $section3 "buttonlink" }}
<section class="section section-feature-grey is-medium">
<div class="container">
<div class="container has-text-centered">
<div class="columns">
<div class="column is-10 is-offset-1">
<!-- <div class="has-text-centered">
Expand All @@ -14,7 +14,7 @@
</div>
</div>

<div class="title-wrapper has-text-centered">
<div class="title-wrapper">
<h2 class="title is-3 has-text-weight-normal section-title">{{ $title }}</h2>
<h3 class="subtitle is-5 is-muted">{{ $subtitle }}</h3>
</div>
Expand Down

0 comments on commit 3bb843e

Please sign in to comment.