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

github.com/joway/hugo-theme-yinyang.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJoway.CI <joway.w@gmail.com>2020-08-21 04:55:53 +0300
committerJoway.CI <joway.w@gmail.com>2020-08-21 04:55:53 +0300
commit2dc6044aad1158f119c36cd47738dc27a054e0ff (patch)
tree197f44d3a3a42a2290ff053ae9239e10932d6044 /static
parentf124a3dc655b3fe82d48ead1fd6e4b85cac96ab0 (diff)
fix: page footer min height
Diffstat (limited to 'static')
-rw-r--r--static/css/index.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/index.css b/static/css/index.css
index 72165d0..db7ace6 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -159,7 +159,8 @@ a:hover {
}
.post-content {
- margin-bottom: 50px;
+ min-height: 60%;
+ /* margin-bottom: 50px; */
}
.post-content p {