forked from M-Labs/web2019
refactor(css): Tries bigger baground hero
This commit is contained in:
parent
47392cab83
commit
72a357adf4
|
@ -57,7 +57,7 @@ p ~ h5 {
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
.hero {
|
.hero {
|
||||||
// height: 692px;
|
// height: 692px;
|
||||||
height: calc(100vh - 300px);
|
height: calc(100vh - 200px);
|
||||||
background: url("../images/hero@2x.png") repeat-x top center;
|
background: url("../images/hero@2x.png") repeat-x top center;
|
||||||
-webkit-background-size: contain;
|
-webkit-background-size: contain;
|
||||||
-moz-background-size: contain;
|
-moz-background-size: contain;
|
||||||
|
|
Loading…
Reference in New Issue