mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2025-02-05 14:30:01 +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 }}
|
{{ end }}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<section class="section" id="top">
|
<section id="top" class="section">
|
||||||
<!-- Begin Title -->
|
<!-- Begin Title -->
|
||||||
<div class="container hero {{ if .Site.Params.fadeIn | default true }} fade-in one {{ end }}">
|
<div class="container hero {{ if .Site.Params.fadeIn | default true }} fade-in one {{ end }}">
|
||||||
{{ block "title" . }}
|
{{ block "title" . }}
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
{{ partial "css/owlCarousel.html" . }}
|
{{ partial "css/owlCarousel.html" . }}
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="top">
|
<section id="top" class="section">
|
||||||
{{ with .Site.GetPage "/home" }}
|
{{ with .Site.GetPage "/home" }}
|
||||||
<div class="hero is-{{ .Site.Params.home.introHeight | default "large" }}">
|
<div class="hero is-{{ .Site.Params.home.introHeight | default "large" }}">
|
||||||
<!-- Super sweet Hero body title -->
|
<!-- Super sweet Hero body title -->
|
||||||
|
@ -103,7 +103,7 @@
|
||||||
|
|
||||||
{{ partial "footer/text.html" . }}
|
{{ partial "footer/text.html" . }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</section>
|
||||||
<!-- End of fade in three section -->
|
<!-- End of fade in three section -->
|
||||||
{{ partial "footer/scripts.html" . }}
|
{{ partial "footer/scripts.html" . }}
|
||||||
{{ partial "js/owlCarousel.html" . }}
|
{{ partial "js/owlCarousel.html" . }}
|
||||||
|
|
Loading…
Reference in a new issue