From 00cdf73663e1ccd44f0fd0aecaa88a42228a11b0 Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Mon, 12 Jun 2023 19:56:50 +0200 Subject: [PATCH] Remove hrs --- templates/frontpage/blocks/claim.html | 1 - templates/frontpage/blocks/news.html | 1 - templates/frontpage/blocks/projects.html | 1 - templates/menu.html | 2 +- 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/frontpage/blocks/claim.html b/templates/frontpage/blocks/claim.html index 8a9eb52c..82a88f62 100644 --- a/templates/frontpage/blocks/claim.html +++ b/templates/frontpage/blocks/claim.html @@ -11,4 +11,3 @@ </section> </div> -<hr /> \ No newline at end of file diff --git a/templates/frontpage/blocks/news.html b/templates/frontpage/blocks/news.html index 06ea7a7a..5d6b584d 100644 --- a/templates/frontpage/blocks/news.html +++ b/templates/frontpage/blocks/news.html @@ -20,4 +20,3 @@ </div> </section> </div> -<hr /> diff --git a/templates/frontpage/blocks/projects.html b/templates/frontpage/blocks/projects.html index eb25d359..65c75ffb 100644 --- a/templates/frontpage/blocks/projects.html +++ b/templates/frontpage/blocks/projects.html @@ -4,4 +4,3 @@ </section> <section></section> </div> -<hr /> diff --git a/templates/menu.html b/templates/menu.html index 9e5d7525..0712da96 100644 --- a/templates/menu.html +++ b/templates/menu.html @@ -1,4 +1,4 @@ -<nav class="navbar is-fixed-top is-transparent" role="navigation" aria-label="main navigation"> +<nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation"> <input type="checkbox" id="burger-toggle" role="button" class="navbar-toggle" aria-label="menu" aria-expanded="false" data-target="main-menu" /> <div class="navbar-brand"> <a href="{{ get_url(path="@/_index.md") }}" class="navbar-item"> -- GitLab