Add missing styles to intro section

This commit is contained in:
M.Ravi 2017-10-18 11:05:47 +02:00
parent a9e97a8bc6
commit ef0ab2d24a

View file

@ -1,4 +1,4 @@
<div class="intro-header" style="background:url({{ image.url }}) no-repeat center center" id="home">
<div class="intro-header" style="background:url({{ image.url }}) no-repeat center center background-size: cover; background-position: left; background-color: rgb(118, 140, 163); background-attachment: fixed; flex-direction: column; align-items: flex-start; justify-content: space-between; padding-top: 70px;" id="home">
<div class="price-tag-container">
<div class=""></div>
</div>