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-07-05 08:43:20 +0300
committerLeonardo Faria <leonardofaria@gmail.com>2020-07-05 08:43:20 +0300
commitf5c22bdbad5e3ebc2d7cd3658396c008f45ce2f3 (patch)
treed22d74e1ee7f0b26d8b2da55cde7111dbf792567
parent79e36f7b01306347df4b368197e1668e93006274 (diff)
Remove extra margin class
-rw-r--r--layouts/_default/archives.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/archives.html b/layouts/_default/archives.html
index 0439713..2d7ea84 100644
--- a/layouts/_default/archives.html
+++ b/layouts/_default/archives.html
@@ -3,7 +3,7 @@
{{- partial "head.html" . -}}
<body class="bg-gradient flex flex-col min-h-screen">
{{- partial "header.html" . -}}
- <main class="flex-1 mt-12 max-w-3xl mt-32 mx-auto text-gray-700 w-full">
+ <main class="flex-1 max-w-3xl mt-32 mx-auto text-gray-700 w-full">
<div id="reading-progress-bar" role="presentation" class="fixed z-10 top-0 left-0 h-1 bg-gray-700"></div>
<article class="article">
<h1 class="artitle__title"><a href="{{.Permalink}}">{{ .Title }}</a></h1>