From cc20b09e8e3e57559f7e5a123db8d535c87f3c15 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 9 Oct 2021 22:33:18 -0500 Subject: [PATCH] Clean up after the last commit --- assets/css/bobastyle.css | 17 +++++++---------- layouts/partials/post-metadata.html | 22 ++++++++++++---------- 2 files changed, 19 insertions(+), 20 deletions(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index ee506f3..e32a63a 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -17,26 +17,23 @@ text-decoration: inherit; } -.post-description { - margin-top: 10px; +.post-meta-item { + margin-right: 5px; + white-space: nowrap; } .post-media { margin-top: 15px; } +.post-description { + margin-top: 10px; +} + .readmore { margin-top: 5px; } -(.date, .wordcount, .readingtime, .gitcommit, .tag) + (.date, .wordcount, .readingtime, .gitcommit, .tag) { - margin-left: 5px; -} - -.post-meta-item { - white-space: nowrap; -} - h1 svg.icon { width: 30px; height: 30px; diff --git a/layouts/partials/post-metadata.html b/layouts/partials/post-metadata.html index cd6960e..4b3746c 100644 --- a/layouts/partials/post-metadata.html +++ b/layouts/partials/post-metadata.html @@ -2,7 +2,7 @@
{{ if .Date }} -
{{ end }}