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

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsur <asur@asurbernardo.com>2020-10-03 23:47:40 +0300
committerAsur <asur@asurbernardo.com>2020-10-03 23:47:40 +0300
commit868060ec8516d85452c5b4b67a13aa9c6e1197cb (patch)
tree3300fbae05480dce11da5fe2c9f9d60f5712fd5b
parent45d1fa7e69c10233a0d8c112dc7f7c7155db30f9 (diff)
Tweak footer margin to work better when a new post is showing on infinite scrollfeature-add-infinite-scroll-for-related-posts
-rw-r--r--assets/theme.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/theme.scss b/assets/theme.scss
index bdfb60e..b9093be 100644
--- a/assets/theme.scss
+++ b/assets/theme.scss
@@ -448,6 +448,7 @@ blockquote {
.footer {
flex-direction: column;
align-items: center;
+ margin-bottom: 1em;
}
.header {
margin: 0;