stripe background: covering rather than repeating

This commit is contained in:
Guillaume Denis 2015-03-19 14:10:54 +01:00
parent 17d07faf12
commit 70f4070c14
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@ padding-top: 80px;
.hero {
background: url(/img/stripe.jpg);
background-position: 50% 0%;
background-repeat: no-repeat;
background-size: cover;
}
.homepage .module-search {