mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-21 19:42:52 +00:00
Add section margin to home
This commit is contained in:
parent
ef4cd37814
commit
9422e3a1f1
2 changed files with 3 additions and 3 deletions
|
@ -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" . }}
|
||||
|
|
|
@ -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" . }}
|
||||
|
|
Loading…
Reference in a new issue