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:
authorHanzei <hanzei@mailbox.org>2018-07-24 01:03:22 +0300
committerHanzei <hanzei@mailbox.org>2018-07-24 01:03:22 +0300
commita9d6150b009aabee5d684dc7120de2e04d75f1c9 (patch)
treee6a1037508ebb095da38453253cfb157e4cefbbd
parentb7aeb407b1fa5c344d437cf1ed5ae365e224aacb (diff)
Make margin in hr even
-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>