ADD quote and default section, ADD cover images to lists, FIX contact section

This commit is contained in:
Hoernschen 2024-03-15 17:37:03 +01:00
parent e6257036b9
commit 57e72154a5
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462
8 changed files with 82 additions and 15 deletions

View file

@ -1,5 +1,5 @@
.hero {
height: 700px;
min-height: 700px;
{{ with .hero.background }}
background-image: url({{ . }}) !important;
background-size: cover;
@ -11,4 +11,4 @@
.hero-icon-container {
padding: 1rem;
margin: auto;
}
}

View file

@ -346,6 +346,26 @@ button {
object-fit: contain;
}
.quote {
display: flex;
flex-direction: column;
text-align: center;
font-size: x-large;
font-style: italic;
}
.quote > .icon-quote-left {
text-align: left;
margin-block-end: -0.5rem;
margin-inline-start: 0.5rem;
}
.quote > .icon-quote-right {
text-align: right;
margin-block-start: -0.5rem;
margin-inline-end: -0.5rem;
}
.button-filled {
background-color: {{ .Site.Params.color.primary }};
color: white;
@ -407,7 +427,7 @@ button {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
justify-content: center;
width: 100%;
}
@ -536,4 +556,4 @@ button {
.services {
display: inline-block;
}
}
}