mirror of
https://github.com/DIYgod/DPlayer
synced 2024-11-22 18:56:54 +00:00
fix mobile style
This commit is contained in:
parent
41578d58cf
commit
e1212ec79f
@ -1,7 +1,7 @@
|
||||
body {
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
padding: 45px;
|
||||
padding: 45px 10px;
|
||||
}
|
||||
|
||||
.example {
|
||||
@ -13,6 +13,12 @@ body {
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
|
||||
@media (max-width:500px) {
|
||||
.example {
|
||||
padding: 39px 10px 14px;
|
||||
}
|
||||
}
|
||||
|
||||
.example:after {
|
||||
content: "Example";
|
||||
position: absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user