diff --git a/Makefile b/Makefile index 3f2d1f0..18931a7 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ PUBLISHCONF=$(BASEDIR)/publishconf.py SSH_HOST=51.15.187.166 SSH_PORT=22 -SSH_USER=mdk_fr +SSH_USER=mdk SSH_TARGET_DIR=/var/www/mdk.fr/ diff --git a/theme/static/css/main.css b/theme/static/css/main.css index cf6bd8d..9b0373d 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -102,8 +102,6 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;} #banner { margin-bottom: 30px; margin: 0 auto; - height: 50px; - border-bottom: 1px solid #EFF2F2; } /* Banner */ @@ -126,15 +124,7 @@ img.left, figure.left {float: left; margin: 0 2em 2em 0;} /* Main Nav */ #banner nav { font-size: 1.143em; - height: 50px; - line-height: 50px; - margin: 0 auto 2em auto; - padding: 0; - text-align: center; - - border-radius: 5px; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; + align-items: center; } #banner nav ul {list-style: none; } diff --git a/theme/templates/base.html b/theme/templates/base.html index ba42893..da2e66e 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -42,9 +42,13 @@ {% endif %} {% for name, link in SOCIAL %} - +   {% endfor %} {% endif %} + + + +