diff --git a/static/css/style.css b/static/css/style.css
index 86c6540780a12e348643673ce0a20ec010ad6cb9..58874f88a4a8fe24868c679b9dfc9e4a71a32616 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -8,11 +8,15 @@ a {
 
 .navbar {
 	border-bottom: var(--teckids-primary-dark) 3px solid;
+        padding-top: 0;
+        padding-bottom: 0;
 }
 
 .navbar-brand {
 	padding: 0;
         height: 50px;
+        margin-top: 10px;
+        margin-bottom: 10px;
 }
 
 img#logo {
diff --git a/templates/base.html b/templates/base.html
index d6e6e6edf41a0ff0637a6d7c78666153fc03f751..04f38b5f0db46319628570aa10cd8c641564d4b1 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -82,7 +82,7 @@
     {% block template_content_head %}{% endblock %}
     </header>
 
-    <main role="main"?
+    <main role="main">
     <!-- Main Content -->
 	{% block content %}{% endblock %}
     </main>