diff --git a/dolweb/static/css/dolphin.css b/dolweb/static/css/dolphin.css index 08c9cff2..b9aa093c 100644 --- a/dolweb/static/css/dolphin.css +++ b/dolweb/static/css/dolphin.css @@ -219,6 +219,21 @@ footer p.footer-text { color: #888; } +footer div.social-icons { + text-align: center; + margin-bottom: 10px; +} + +footer div.social-icons a { + text-decoration: none; +} + +footer div.social-icons i { + font-size: 2.2em; + margin-left: 0.5em; + margin-right: 0.5em; +} + .nav .flag { margin-right: 0.7em; margin-bottom: -5px; diff --git a/dolweb/templates/_base.html b/dolweb/templates/_base.html index 981545bf..7d7113d9 100644 --- a/dolweb/templates/_base.html +++ b/dolweb/templates/_base.html @@ -118,6 +118,11 @@ Website source code {% endblocktrans %}

+
+ + + +