fix: home template spacing
This commit is contained in:
parent
932956e8ca
commit
d6cd4628d8
2 changed files with 4 additions and 2 deletions
|
@ -78,6 +78,8 @@ body, #wrapper
|
|||
|
||||
#home-carousel
|
||||
{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 400px;
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue