Skip to content
Snippets Groups Projects

Resolve "Learning materials"

Merged Huste, Tobias requested to merge 276-learnign-materials into rework-hifisnet-1
All threads resolved!
2 files
+ 9
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 8
1
@@ -39,11 +39,17 @@ See also:
>
</a>
<div>
{% comment %}
The search button shall always be visible.
{% endcomment %}
<a href="{{ "search" | relative_url }}"><i class="fas fa-search"></i></a>&nbsp;
{% comment %}
The following button shall be always minimized (hamburger menu).
{% endcomment %}
<input type="checkbox" id="mobile_toggle" class="d-none">
<label for="mobile_toggle" class="nav_toggle"></label>
<nav>
@@ -121,6 +127,7 @@ See also:
</div>
</details>
</nav>
</div>
</div>
Loading