From 0d49b1cd07e0eb737f275d9d98d5196c5f884cb5 Mon Sep 17 00:00:00 2001
From: Niklas Bildhauer <niklas.bildhauer@teckids.org>
Date: Wed, 11 Aug 2021 14:21:02 +0000
Subject: [PATCH] Revert "Try aligning with index.html"

This reverts commit 04d0689c2d78811e91bc719e03811b4b19ae9893
---
 content/pages/de/index.html | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/content/pages/de/index.html b/content/pages/de/index.html
index 7e407806..23494dbd 100644
--- a/content/pages/de/index.html
+++ b/content/pages/de/index.html
@@ -61,20 +61,9 @@
    </div>
 
   <div class="container" id="project-columns">
-    <div class="row">
-     <div class="d-flex flex-column col-lg-4 border-right">
-       <h2>Freie Software und Bildung Hand in Hand</h2>
-     </div>
-     <div class="d-flex flex-column col-lg-4 border-right">
-       <h2>Lernen und Ausprobieren mit Kindern</h2>
-     </div>
-     <div class="d-flex flex-column col-lg-4 border-right">
-       <h2>Gemeinschaft und Partizipation mit Jugendlichen</h2>
-     </div>
-    </div>
-    
     <div class="row">
       <div class="d-flex flex-column col-lg-4 border-right">
+        <h2>Freie Software und Bildung Hand in Hand</h2>
         <a href="https://schul-frei.org/">
           <img src="/theme/artwork/logo-schul-frei.svg" alt="Logo Projekt schul-frei" class="projektlogo" />
         </a>
@@ -89,6 +78,7 @@
         <a class="btn btn-dark mt-auto" href="https://schul-frei.org/">Mehr auf schul-frei.org</a>
       </div>
       <div class="d-flex flex-column col-lg-4 border-right">
+        <h2>Lernen und Ausprobieren mit Kindern</h2>
         <a href="https://hacknfun.org">
           <img src="/theme/artwork/logo-hacknfun.svg" alt="Logo Projekt Hack’n’Fun" class="projektlogo" />
         </a>
@@ -105,6 +95,7 @@
         <a class="btn btn-dark mt-auto" href="https://hacknfun.org/">Mehr auf hacknfun.org</a>
       </div>
       <div class="d-flex flex-column col-lg-4">
+        <h2>Gemeinschaft und Partizipation mit Jugendlichen</h2>
         <a href="https://leopard.camp">
           <img src="/theme/artwork/logo-leopard.svg" alt="Logo Projekt LEOPARD" class="projektlogo" />
         </a>
-- 
GitLab