From c1b650657c816b84e6ecbbd520376191a557f857 Mon Sep 17 00:00:00 2001
From: Jake <j.vondoemming@stud.uni-goettingen.de>
Date: Mon, 3 Oct 2022 01:07:49 +0200
Subject: [PATCH] fixed missing section styling

---
 theme/templates/macros/renderers.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/templates/macros/renderers.html b/theme/templates/macros/renderers.html
index 08aa2f3..58ca642 100644
--- a/theme/templates/macros/renderers.html
+++ b/theme/templates/macros/renderers.html
@@ -69,7 +69,7 @@
 
 {%- macro sections(sl, lang, header_level) -%}
 	{%- for s in sl -%}
-	<section>
+	<section class="content">
 		{{ section(s, lang, header_level) }}
 	</section>
 	{%- endfor -%}
-- 
GitLab