Skip to content
Snippets Groups Projects
Commit 220887cd authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '427-fix-z-index-of-header-brand-logo-text' into 'master'

Resolve "Fix link of header brand logo text"

Closes #427

See merge request !582
parents c7fae2a0 2da5f8cd
No related branches found
No related tags found
1 merge request!582Resolve "Fix link of header brand logo text"
Pipeline #7404 passed
Pipeline: AlekSIS

#7405

    ......@@ -47,9 +47,9 @@
    <!-- Nav bar (logged in as, logout) -->
    <nav>
    <a class="brand-logo" href="/">{{ request.site.preferences.general__title }}</a>
    <div class="nav-wrapper">
    <a class="brand-logo" href="/">{{ request.site.preferences.general__title }}</a>
    <ul id="nav-mobile" class="right hide-on-med-and-down">
    {% if user.is_authenticated %}
    <li>{% trans "Logged in as" %} {{ user.get_username }}</li>
    ......
    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