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

github.com/mdashx/basicwebtheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortom <tom@mdashx.com>2020-11-25 22:43:50 +0300
committertom <tom@mdashx.com>2020-11-25 22:43:50 +0300
commitd99b6610c91b1d6b5bc24bd767fde2d7e5012704 (patch)
tree0f14cdd04c0cae105d65dd636812a4e8cb10496e
parentcaf828dea45b302207bbe7ca6fb9b23d37eaf1d8 (diff)
Inline links in mobile footer
-rw-r--r--static/assets/css/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/assets/css/style.css b/static/assets/css/style.css
index c00df05..45a8c81 100644
--- a/static/assets/css/style.css
+++ b/static/assets/css/style.css
@@ -20,10 +20,17 @@ footer ul {
footer li {
margin: 0;
+ display: inline;
+ padding: 2px 3px;
+}
+
+footer li em {
+ margin: 0;
display: block;
padding: 2px 3px;
}
+
blockquote {
margin-left: 0.75em;
color: #3b3b3b;