mirror of
https://github.com/QingdaoU/OnlineJudgeFE.git
synced 2024-12-28 07:21:50 +00:00
content-app responsive margin
This commit is contained in:
parent
5586b8fb23
commit
3eef2ea102
@ -73,10 +73,19 @@
|
||||
}
|
||||
|
||||
|
||||
@media screen and (max-width: 1200px) {
|
||||
.content-app {
|
||||
margin-top: 160px;
|
||||
padding: 0 2%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1200px) {
|
||||
.content-app {
|
||||
margin-top: 80px;
|
||||
padding: 0 2%;
|
||||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
margin-top: 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user