修改样式、功能完成,待测试
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
html {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
body > main {
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
|
||||
body > footer.site-footer {
|
||||
margin-top: auto;
|
||||
padding-top: 28px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user