Skip to content
Snippets Groups Projects
Commit b4149809 authored by Julian's avatar Julian
Browse files

Add link to homepage in top red navbar

parent 898fc332
No related branches found
No related tags found
1 merge request!86Merge school-apps
......@@ -66,6 +66,10 @@ header a.sidenav-trigger {
z-index: 2;
}
header div.nav-wrapper{
z-index: -5;
}
header, main, footer {
margin-left: 300px;
}
......
......@@ -98,7 +98,7 @@
<!-- Nav bar (logged in as, logout) -->
<nav class="primary-color">
<a class="brand-logo" href="#">SchoolApps</a>
<a class="brand-logo" href="/">SchoolApps</a>
<div class="nav-wrapper">
<ul id="nav-mobile" class="right hide-on-med-and-down">
......@@ -117,7 +117,7 @@
<img src="{% static 'common/logo.png' %}">
</div>
<div class="col s6 right-align">
<strong>SchoolApps</strong><br>
<a href="/"><strong>SchoolApps</strong></a><br>
Katharineum zu Lübeck
</div>
</div>
......
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