Add section margin to home

This commit is contained in:
Hanzei 2018-08-01 10:09:14 +02:00
parent ef4cd37814
commit 9422e3a1f1
No known key found for this signature in database
GPG key ID: 69A2DEFD98937BA0
2 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
{{ end }}
</head>
<body>
<section class="section" id="top">
<section id="top" class="section">
<!-- Begin Title -->
<div class="container hero {{ if .Site.Params.fadeIn | default true }} fade-in one {{ end }}">
{{ block "title" . }}

View file

@ -8,7 +8,7 @@
{{ partial "css/owlCarousel.html" . }}
</head>
<body>
<div id="top">
<section id="top" class="section">
{{ with .Site.GetPage "/home" }}
<div class="hero is-{{ .Site.Params.home.introHeight | default "large" }}">
<!-- Super sweet Hero body title -->
@ -103,7 +103,7 @@
{{ partial "footer/text.html" . }}
</div>
</div>
</section>
<!-- End of fade in three section -->
{{ partial "footer/scripts.html" . }}
{{ partial "js/owlCarousel.html" . }}