summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anata@darapsa.co.id>2021-07-05 19:44:14 +0700
committerAnatasof Wirapraja <anata@darapsa.co.id>2021-07-05 19:44:14 +0700
commit03639a6d875c7df76b5b6fc1d910f6c56ae09854 (patch)
treed06e67774c6de64b2e5e45b5bcb1166bbdb4b161 /pages
parent0213b7530f163fed945eb0fd4636672c042f7d6c (diff)
reduces padding and margin that are created before navbar-fixed styles
Diffstat (limited to 'pages')
-rw-r--r--pages/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/index.html b/pages/index.html
index 373c59c..c089764 100644
--- a/pages/index.html
+++ b/pages/index.html
@@ -1,7 +1,7 @@
@_TOP_@
<div class="container p-4">
<!-- Hero section -->
- <div class="py-5">
+ <div class="container">
<img src="__IMAGE_DIR__/__LOGO__" width="80" height="80" class="rounded d-inline-block align-top mr-2" alt="">
<div class="my-2">
<h1>__COMPANY__</h1>
@@ -12,7 +12,7 @@
</div>
<!-- Catalog Content -->
<div class="container p-4">
- <div class="row text-center text-lg-left pt-2">[search-region][on-match][tmp meta_header][calcn]
+ <div class="row text-center text-lg-left">[search-region][on-match][tmp meta_header][calcn]
return unless $Values->{more_link};
(my $more_page = $Session->{last_url}) =~ s|^/.*/([^\..]+)(?:\.html)?|$1|;
if ($more_page =~ /^(Next|Prev)/) {