Skip to content
Snippets Groups Projects
Unverified Commit ae621fe8 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix project menu styling

parent 25f39bc6
No related branches found
No related tags found
No related merge requests found
Pipeline #193040 passed
......@@ -4,7 +4,7 @@
<div class="columns">
{% for project_section_path in projects_section.subsections %}
{% set project_section = get_section(path=project_section_path) %}
<section class="column menu-project-section" id="menu-project-section-{{ project_section.components[0] }}">
<section class="column menu-project-section" id="menu-project-section-{{ project_section.components[1] }}">
<div class="card p-0 m-0 is-shadowless is-radiusless is-overlay is-flex is-flex-direction-column is-fullheight is-justify-content-space-between">
<div class="card-content p-0 m-0">
<h1 class="title is-6 is-mega-menu-title"><a href="{{ project_section.permalink }}">
......
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