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:
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;
}