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

github.com/leonardofaria/bento.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Faria <leonardofaria@gmail.com>2020-11-27 06:16:53 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-11-27 06:16:53 +0300
commitb0139f2506774c5a85884bbf03ec3d5a9db2f7f9 (patch)
treeec8f76102edfac2bead0206490bbf4fc609a81fa
parentb1ab7665505dd39a09e1c21059f59421661def8d (diff)
Remove extra margin
-rw-r--r--layouts/partials/post-summary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post-summary.html b/layouts/partials/post-summary.html
index ebe9d98..e173238 100644
--- a/layouts/partials/post-summary.html
+++ b/layouts/partials/post-summary.html
@@ -1,7 +1,7 @@
<div class="flex flex-col md:flex-row border-b border-gray-400">
<h2 class="text-3xl font-bold mb-2 md:w-32 flex-shrink-0 flex-grow-0">{{ .Key }}</h2>
- <ol class="md:pt-2 mb-4 list-none w-full">
+ <ol class="mb-4 list-none w-full">
{{ range where .Pages "Type" "ne" "page" -}}
<li class="mb-8 flex flex-col no-underline rounded-md hover:bg-white transition duration-300 ease-in-out">
<a href="{{ .RelPermalink }}" class="tracking-tight no-underline text-blue-600 m-2 mb-0">