diff --git a/static/src/less/style.less b/static/src/less/style.less index 0a9a183..7278bf8 100644 --- a/static/src/less/style.less +++ b/static/src/less/style.less @@ -69,22 +69,25 @@ footer { width: 100%; text-align: center; padding-top: 10px; - padding-bottom: 50px; + padding-bottom: 15px; color: white; font-size: 16px; background-color: #232323; a { color: #ff7f00; - padding: 7px; &:hover { text-decoration: none; color: inherit; } } + .triple { + padding: 7px; + } .social { font-size: 25px; margin: 0; margin-top: 6px; + padding: 7px; a { margin: 0 4px; color: white; diff --git a/templates/base.html b/templates/base.html index e7278cc..1559cf3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -13,11 +13,6 @@ {% block baseContent%}{% endblock %}