From 36d4597a80d40e6f7bd4aa427d8bc94b470c0502 Mon Sep 17 00:00:00 2001 From: Marcin Mierzejewski Date: Sun, 27 Sep 2020 20:18:38 +0200 Subject: [PATCH] css: fix problem with blank spaces in Posts page (#13) --- static/hugo-theme-console/css/console.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/hugo-theme-console/css/console.css b/static/hugo-theme-console/css/console.css index 144f5f8..1b9ffc9 100644 --- a/static/hugo-theme-console/css/console.css +++ b/static/hugo-theme-console/css/console.css @@ -209,7 +209,6 @@ figure { position: absolute; left: 0px; width: 150px; - height: 100%; z-index: 400; font-weight: bold; padding-top: 3px; @@ -267,7 +266,6 @@ figure { position: absolute; left: 0px; width: 150px; - height: 100%; z-index: 400; font-weight: bold; padding-top: 3px;