From 701c0f5269a464a66c6bbf2d9a9113c621169bff Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Wed, 2 Dec 2020 23:19:02 +0100 Subject: [PATCH] Extend flex usage on all parts of projects columns --- content/pages/de/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/pages/de/index.md b/content/pages/de/index.md index e8d0a71c..8cad7aee 100644 --- a/content/pages/de/index.md +++ b/content/pages/de/index.md @@ -54,10 +54,10 @@ lang: de <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/"> + <a class="mt-auto" href="https://schul-frei.org/"> <img src="/theme/artwork/logo-schul-frei.svg" alt="Logo Projekt schul-frei" class="projektlogo" /> </a> - <p> + <p class="mt-auto"> Das Projekt schul-frei ist ein Kuratorium für Freie Software in der Bildung. </p> <p class="mt-auto"> @@ -69,10 +69,10 @@ lang: de </div> <div class="d-flex flex-column col-lg-4 border-right"> <h2>Lernen und Ausprobieren mit Kindern</h2> - <a href="https://hacknfun.org"> + <a class="mt-auto" href="https://hacknfun.org"> <img src="/theme/artwork/logo-hacknfun.svg" alt="Logo Projekt Hack'n'Fun" class="projektlogo" /> </a> - <p> + <p class="mt-auto"> Im Projekt Hack'n'Fun experimentieren Kinder, Jugendliche und Erwachsene gemeinsam, um technische Themen kennenzulernen. </p> @@ -86,10 +86,10 @@ lang: de </div> <div class="d-flex flex-column col-lg-4"> <h2>Gemeinschaft und Partizipation mit Jugendlichen</h2> - <a href="https://leopard-camp.org"> + <a class="mt-auto" href="https://leopard-camp.org"> <img src="/theme/artwork/logo-leopard.svg" alt="Logo Projekt LEOPARD" class="projektlogo" /> </a> - <p> + <p class="mt-auto"> Wer Erfahrungen mit Freier Software oder Informatik und Technik gesammelt hat, sollte diese vertiefen und an andere weitergeben. </p> -- GitLab