Add missing styles to intro section
This commit is contained in:
parent
a9e97a8bc6
commit
ef0ab2d24a
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue