diff --git a/static/css/main.css b/static/css/main.css index 5665268..4649567 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -14,6 +14,8 @@ body{ width: 100%; top:0; left: 0; + margin: 0; + padding: 0; } h1{ @@ -143,20 +145,32 @@ width: 40%; display: block; } -nav#bottom_descrip_left, nav#bottom_descrip_right { - width: 100%; - margin: 0; - padding: 0; - height: auto; - z-index: 1000; - bottom: 0px; - text-transform: uppercase; - font-size: 15px; - line-height: 18px; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - list-style-type: none; - overflow: hidden; +nav.nav_bottom { + width: 100%; + margin: 0; + padding: 0; + height: auto; + z-index: 1000; + bottom: 0px; + text-transform: uppercase; + font-size: 15px; + line-height: 18px; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + list-style-type: none; + overflow: hidden; +} + +nav.nav_bottom div li { + margin-right: 2em; +} + +nav.nav_bottom div li:first-child { + margin-right: 0; +} + +div#bottom_descrip_left, div#bottom_descrip_right { + } diff --git a/templates/description.html b/templates/description.html index f871d40..93b8518 100644 --- a/templates/description.html +++ b/templates/description.html @@ -70,15 +70,15 @@ - {% endblock %}