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.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/common.scss b/assets/css/common.scss
index 3b826b1..1eec40e 100644
--- a/assets/css/common.scss
+++ b/assets/css/common.scss
@@ -115,6 +115,7 @@ body {
}
.post-box-title {
margin-right: 1.25rem;
+ margin-bottom: 0.5rem;
width: 100%;
}
.post-box-tags {
@@ -130,6 +131,10 @@ body {
margin-right: 1.25rem;
width: 100%;
}
+.post-box-summary {
+ margin-right: 1.25rem;
+ opacity: 0.9;
+}
.post-box-meta:last-child {
padding-bottom: 1.25rem;
}