mirror of
https://github.com/QingdaoU/OnlineJudgeFE.git
synced 2024-12-28 23:41:47 +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 {
|
.content-app {
|
||||||
margin-top: 80px;
|
margin-top: 80px;
|
||||||
padding: 0 2%;
|
padding: 0 2%;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
Loading…
Reference in New Issue
Block a user