style: update home page.
This commit is contained in:
parent
7991724c39
commit
600ab6f2c8
|
|
@ -1,5 +1,5 @@
|
|||
<%- include('partial/header'); %>
|
||||
<div>
|
||||
<div class="warpper">
|
||||
<%- include('widget/search',{type: "home"}); %>
|
||||
<%- include('widget/footer',{type: "home"}); %>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,16 @@ a {
|
|||
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 {
|
||||
width 517px
|
||||
margin 0 auto 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue