Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/top-icon-with-hr.html')
-rw-r--r--layouts/partials/top-icon-with-hr.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/top-icon-with-hr.html b/layouts/partials/top-icon-with-hr.html
index a077275..4595a80 100644
--- a/layouts/partials/top-icon-with-hr.html
+++ b/layouts/partials/top-icon-with-hr.html
@@ -1,7 +1,7 @@
-<div class="container top-pad">
+<div class="container">
<hr>
</div>
{{ partial "top-icon.html" . }}
-<div class="container top-pad">
+<div class="container">
<hr>
</div>