ADD quote and default section, ADD cover images to lists, FIX contact section
This commit is contained in:
parent
e6257036b9
commit
57e72154a5
8 changed files with 82 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue