mirror of
https://github.com/jaywcjlove/linux-command.git
synced 2025-12-20 02:17:56 +08:00
style: update home page.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user