diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 3545d96..fac9bd1 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -2,8 +2,13 @@
-
+
{{ if .Site.Menus.main }}
{{ range sort .Site.Menus.main }}
diff --git a/static/css/main.css b/static/css/main.css
index cb0139f..f2576a6 100755
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -131,6 +131,7 @@ html, body {
display: block;
margin: 0 auto;
margin-top: 40px;
+ padding: 0px;
width: 100%;
text-align: center;
animation: fade 1s ease 1s both;
@@ -194,4 +195,4 @@ div.footer{
height: 50px;
padding-bottom: 15px;
-}*/
\ No newline at end of file
+}*/