Skip to content
Snippets Groups Projects
Verified Commit caf03ff7 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix navbar

parent d0544084
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
......@@ -82,7 +82,7 @@
{% block template_content_head %}{% endblock %}
</header>
<main role="main"?
<main role="main">
<!-- Main Content -->
{% block content %}{% endblock %}
</main>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment