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
path: root/assets
diff options
context:
space:
mode:
authorwlh233 <wlh233@live.com>2021-08-24 16:41:55 +0300
committerwlh233 <wlh233@live.com>2021-08-24 16:41:55 +0300
commit43cd8c06d462566bf460e2701b34f9a9396517b6 (patch)
tree074c57359bd7e3ac2ef9e94dc1ba2bb879de0859 /assets
parent539caeec7c7dc5fac4fb0ff872e639262b495f69 (diff)
fix issue#2 and 中文乱码
Diffstat (limited to 'assets')
-rw-r--r--assets/css/common.scss14
1 files changed, 9 insertions, 5 deletions
diff --git a/assets/css/common.scss b/assets/css/common.scss
index 2b5e2e4..3af0c70 100644
--- a/assets/css/common.scss
+++ b/assets/css/common.scss
@@ -109,21 +109,25 @@ body {
/* posts */
.post-box {
- position: relative;
+ display: flex;
+ flex-wrap: wrap;
+ padding: 1.25rem 0 0 1.25rem;
+}
+.post-box-title {
+ margin-right: 1.25rem;
+ width: 100%;
}
.post-box-tags {
- position: absolute;
- right: 0rem;
- bottom: 0rem;
+ margin-left: auto;
}
.post-box-tag {
color: $primary;
font-size: 0.9em;
}
.post-box-meta {
- padding-bottom: 0.1rem;
opacity: 0.8;
font-size: 0.9rem;
+ width: 100%;
}
#back-to-top {
background: $primary;