From 7c02491dec76399bf21ea103e75d1a033950a1b3 Mon Sep 17 00:00:00 2001 From: "Ivan.Nginx" Date: Sat, 6 May 2017 12:25:22 +0300 Subject: [PATCH] FIX: tags & categories H1 left margin. --- source/css/_common/components/post/post-collapse.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/css/_common/components/post/post-collapse.styl b/source/css/_common/components/post/post-collapse.styl index bf9c4e6bd..6633a450d 100644 --- a/source/css/_common/components/post/post-collapse.styl +++ b/source/css/_common/components/post/post-collapse.styl @@ -35,7 +35,7 @@ position: relative; margin: 60px 0; - h2 { margin-left: 20px; } + h1, h2 { margin-left: 20px; } small { color: $grey; margin-left: 5px; }