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

github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryunxiang.zhao <xiaohei.zyx@gmail.com>2021-06-07 05:51:11 +0300
committerGitHub <noreply@github.com>2021-06-07 05:51:11 +0300
commit902bd9b73dae3481082e58d9a1a378f9754437a0 (patch)
tree80de8f6bd27e2f9424dede60a9810356ea380a6e
parenta879f8d7fad0863e748f0fdfd7c9487ce3eddb8b (diff)
parentee54f20c83f342ad036a9ce5c0842bcbea89989c (diff)
Merge pull request #98 from kbyyd24/fix-adoc-renderHEADmaster
fix asciidoc post render issue.
-rw-r--r--assets/css/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 6c6499f..398e932 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -6024,11 +6024,11 @@ body.no-sidebar .sidebar {
margin-left: 10px;
}
-.main .content {
+.main {
min-height: 85vh;
}
-.main.has-sticky .content {
+.main.has-sticky {
margin-bottom: 70px;
}