fix home page animation

This commit is contained in:
afc163 2016-01-11 18:53:01 +08:00
parent f4f967ec8e
commit 0e0a16c5c0

View File

@ -9,7 +9,6 @@
<section id="page2" class="page"></section>
<section id="page3" class="page"></section>
<section id="page4" class="page"></section>
<script src="{{static_url('../dist/home.js')}}"></script>
<style>
.main-wrapper {
background: transparent;
@ -62,7 +61,7 @@
.banner-text-wrapper {
position: absolute;
left: 10%;
bottom: 20%;
top: 58%;
color: #fff;
text-align: right;
}
@ -247,4 +246,5 @@
color: #eee;
}
</style>
<script src="{{static_url('../dist/home.js')}}"></script>
{% endblock %}