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

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlh233 <wlh233@live.com>2021-08-25 10:59:26 +0300
committerwlh233 <wlh233@live.com>2021-08-25 11:00:14 +0300
commit39192947cc5f06e030c7e9c0f19d9531b509bd5f (patch)
treec2b3e086963ee118173f07368bdb7612c384a0b9 /assets/css/common.scss
parent43cd8c06d462566bf460e2701b34f9a9396517b6 (diff)
fix issue #2 on taxonomy page and update _gen file
Diffstat (limited to 'assets/css/common.scss')
-rw-r--r--assets/css/common.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/common.scss b/assets/css/common.scss
index 3af0c70..3b826b1 100644
--- a/assets/css/common.scss
+++ b/assets/css/common.scss
@@ -127,8 +127,12 @@ body {
.post-box-meta {
opacity: 0.8;
font-size: 0.9rem;
+ margin-right: 1.25rem;
width: 100%;
}
+.post-box-meta:last-child {
+ padding-bottom: 1.25rem;
+}
#back-to-top {
background: $primary;
}