Skip to content
Snippets Groups Projects
Commit 6c6b1c7e authored by magicfelix's avatar magicfelix
Browse files

Fix nav project title alignment

parent 21abd160
No related branches found
No related tags found
1 merge request!28Neue Website basierend auf Zola
......@@ -9,7 +9,7 @@
>
{% set section = get_section(path = "projekte/" ~ project.slug ~
"/_index.md") %}
<h1 class="title is-6 is-mega-menu-title"><a class="navbar-item" href="{{ section.permalink }}">{{ section.title }}</a></h1>
<h1 class="title is-6 is-mega-menu-title"><a href="{{ section.permalink }}">{{ section.title }}</a></h1>
<strong class="is-mega-menu-subtitle">{{ section.description }}</strong>
{% for page in project.pages %}
......
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