CHANGE image handling, ADD partials to reuse structure, REFACTOR
This commit is contained in:
parent
1265491dee
commit
01dcf04b8a
36 changed files with 1181 additions and 864 deletions
|
@ -1,14 +1,9 @@
|
|||
.hero {
|
||||
min-height: 700px;
|
||||
{{ with .hero.background }}
|
||||
background-image: url({{ . }}) !important;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
{{ end }}
|
||||
}
|
||||
|
||||
.hero-icon-container {
|
||||
padding: 1rem;
|
||||
margin: auto;
|
||||
min-height: 700px;
|
||||
{{ with .hero.background }}
|
||||
background-image: url({{ . }}) !important;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
{{ end }}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue