style: update home page.
This commit is contained in:
parent
7991724c39
commit
600ab6f2c8
|
|
@ -1,5 +1,5 @@
|
||||||
<%- include('partial/header'); %>
|
<%- include('partial/header'); %>
|
||||||
<div>
|
<div class="warpper">
|
||||||
<%- include('widget/search',{type: "home"}); %>
|
<%- include('widget/search',{type: "home"}); %>
|
||||||
<%- include('widget/footer',{type: "home"}); %>
|
<%- include('widget/footer',{type: "home"}); %>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,16 @@ a {
|
||||||
40%,80%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}
|
40%,80%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.warpper {
|
||||||
|
min-height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
.footer {
|
||||||
|
padding-bottom: 280px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
width 517px
|
width 517px
|
||||||
margin 0 auto 0
|
margin 0 auto 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue