Changed homepage hero

This commit is contained in:
kolaente 2019-10-30 21:42:39 +01:00
parent e2fbe45ea9
commit 542ee0aefd
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 9 additions and 2 deletions

View File

@ -17,16 +17,23 @@ h1, h2, h3, h4, h5, h6 {
font-weight: bold;
}
.homepage-hero{
.hero.homepage-hero{
height: 100vh;
min-height: 700px;
overflow: hidden;
.hero-body {
background: url('../images/bg-2.jpg') no-repeat center fixed;
background: url('../images/bg-3.jpg') no-repeat center fixed;
-webkit-background-size: cover;
background-size: cover;
padding-bottom: 17vh !important;
padding-top: 25vh;
@media screen and (max-width:600px){
& {
padding-top: 5vh;
}
}
.container {
.title, .subtitle {

BIN
static/images/bg-3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 KiB