From d6cd4628d846cba07cd9156672e454ac397addbd Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Sun, 2 Feb 2020 20:38:23 +0100 Subject: [PATCH] fix: home template spacing --- css/custom.css | 2 ++ templates/home.html.twig | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/css/custom.css b/css/custom.css index d4ebd8f..026970c 100644 --- a/css/custom.css +++ b/css/custom.css @@ -78,6 +78,8 @@ body, #wrapper #home-carousel { + display: flex; + align-items: center; height: 400px; } diff --git a/templates/home.html.twig b/templates/home.html.twig index 152bf8b..d40d475 100644 --- a/templates/home.html.twig +++ b/templates/home.html.twig @@ -2,12 +2,12 @@ {% block content %}
-
+

{% include 'partials/logo.html.twig' with {style: 'height: 3rem; padding-bottom: 0.5rem'} %} Herzlich Willkommen

-
+
{% include 'partials/osm.html.twig' %}