updatedlayout
This commit is contained in:
parent
6f0e10b6e9
commit
065a8279f8
2 changed files with 9 additions and 3 deletions
|
@ -8,7 +8,7 @@ eleventyNavigation:
|
||||||
icon: i-home
|
icon: i-home
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="row py-5">
|
<div class="row py-lg-5">
|
||||||
<div class="col-12 col-lg-4 mb-4 mb-lg-0 fill-col-inner">
|
<div class="col-12 col-lg-4 mb-4 mb-lg-0 fill-col-inner">
|
||||||
<div class="logo huge animated">
|
<div class="logo huge animated">
|
||||||
{% include "logo-animated.html" %}
|
{% include "logo-animated.html" %}
|
||||||
|
@ -65,7 +65,7 @@ eleventyNavigation:
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row justify-content-center py-5">
|
<div class="row justify-content-center py-lg-5">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h1 class="text-center">Tool-Übersicht</h1>
|
<h1 class="text-center">Tool-Übersicht</h1>
|
||||||
<p class="text-center"><a href="/{{locale}}/services">Alle Dienste anzeigen</a></p>
|
<p class="text-center"><a href="/{{locale}}/services">Alle Dienste anzeigen</a></p>
|
||||||
|
|
|
@ -42,7 +42,13 @@ p {
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 2%;
|
padding: 1.5rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include media-breakpoint-up(lg) {
|
||||||
|
.content {
|
||||||
|
padding: 3rem 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight {
|
.highlight {
|
||||||
|
|
Loading…
Reference in a new issue