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

github.com/Vimux/Binario.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2018-11-27 23:30:08 +0300
committervimux <vimux@protonmail.com>2018-11-27 23:30:08 +0300
commit44ee910e2b13c5bd8cb308de45d51ab15845d24f (patch)
tree4aeb02041d13efc31e827509d8440581e92b74e3 /static
parent4ef9ef204672ba9d039214e669c7c98bc1e9e358 (diff)
Add footer menu
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/static/css/main.css b/static/css/main.css
index a2d1bda..75dbc1d 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -911,6 +911,7 @@ mark {
margin: .3125rem 0 0;
font-size: .8125rem;
color: #888;
+ text-align: center;
border-top: 2px solid #333;
}
@@ -940,8 +941,8 @@ mark {
height: 32px;
}
-.footer__copyright {
- text-align: center;
+.footer__links {
+ margin-bottom: .5rem;
}
@media screen and (min-width: 480px) {