From 0c7620b438d6e1380d8a913508ccaeadafbef698 Mon Sep 17 00:00:00 2001
From: Stephan Porada <sporada@uni-bielefeld.de>
Date: Mon, 16 Mar 2020 12:27:07 +0100
Subject: [PATCH] add white section

---
 app/templates/main/index.html.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/templates/main/index.html.j2 b/app/templates/main/index.html.j2
index 365ce7c3..4733e76b 100644
--- a/app/templates/main/index.html.j2
+++ b/app/templates/main/index.html.j2
@@ -3,7 +3,7 @@
 {% set parallax = True %}
 
 {% block page_content %}
-<div class="section">
+<div class="section white">
   <div class="row container">
     <div class="col s12">
       <h2>nopaque</h2>
-- 
GitLab