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.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;