diff --git a/static/css/style.css b/static/css/style.css index a0d12f1..aaaccb3 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -50,13 +50,13 @@ body { .title { flex-basis: 100%; font-size: 2.5em; - margin: 1em; + margin: 1em 1em 0em 1em; } .subtitle { flex-basis: 100%; font-size: 1.5em; - margin: 1em + margin: 0em 1em 1em 1em; } .item { @@ -141,15 +141,20 @@ img.icon:hover { text-decoration: underline; } -/* Footer */ - -hr { +.ln-top { + border-top: 3px solid #b6b8bc; + width: 80%; + overflow: hidden; +} +.ln-bottom { border-top: 3px solid #b6b8bc; margin: 2em auto; width: 95%; overflow: hidden; } +/* Footer */ + footer { display: block; margin-bottom: 1em; diff --git a/templates/base.html b/templates/base.html index f7fe403..dc1ab97 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,7 +18,7 @@
{% block body %}{% endblock %} -