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-07-26 15:46:52 +0300
committerAsur <asur@asurbernardo.com>2020-07-26 15:46:52 +0300
commit3b2da321a58ebed4f66b1f9aa3c4b2065fa1f647 (patch)
tree466fde9d62df1909d03f9168b7559751c8a39ffd
parentb97cb6a48f3943f5a48aa838336303ef9dd855f2 (diff)
Improve footer styles on mobile
-rw-r--r--assets/theme.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/theme.scss b/assets/theme.scss
index 29681ef..799d973 100644
--- a/assets/theme.scss
+++ b/assets/theme.scss
@@ -378,7 +378,11 @@ blockquote {
}
.main,
.footer {
- margin: 1em 0.75em 0 .5em;
+ margin: .5em .75em .5em .75em;
+ }
+ .footer {
+ flex-direction: column;
+ align-items: center;
}
.header {
margin: 0;