fix: home template spacing

This commit is contained in:
Tobias Reisinger 2020-02-02 20:38:23 +01:00
parent 932956e8ca
commit d6cd4628d8
2 changed files with 4 additions and 2 deletions

View file

@ -78,6 +78,8 @@ body, #wrapper
#home-carousel
{
display: flex;
align-items: center;
height: 400px;
}

View file

@ -2,12 +2,12 @@
{% block content %}
<div class="row">
<div class="col-12 col-md-6" height="100%">
<div class="col-12 col-md-6 mb-2" height="100%">
<h1 class="d-inline">
{% include 'partials/logo.html.twig' with {style: 'height: 3rem; padding-bottom: 0.5rem'} %}
Herzlich Willkommen
</h1>
<div width="100%">
<div width="100%" style="height: 300px;">
{% include 'partials/osm.html.twig' %}
</div>
<div style="height: 45px;"><!-- SPACER FOR BUTTONS --></div>