Commit 2d95eed7 by lmf

优化最底部版权样式

parent 817cbae0
...@@ -1304,10 +1304,15 @@ margin-top: 0px; ...@@ -1304,10 +1304,15 @@ margin-top: 0px;
} }
@media (max-width: 780px){ @media (max-width: 780px){
.copyright{
display: flex;
flex-direction: column;
align-items: center;
}
.copyright > .copyright_left{ .copyright > .copyright_left{
color:#b2b2b2; color:#b2b2b2;
} }
footer{ footer{
padding-top: 120px; padding-top: 120px;
margin-top: -120px; margin-top: -120px;
...@@ -1320,7 +1325,9 @@ margin-top: 0px; ...@@ -1320,7 +1325,9 @@ margin-top: 0px;
font-size: revert; font-size: revert;
} }
.copyright img {
display: block;
margin: 0 auto;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment