modify css
This commit is contained in:
parent
b0a0e183ef
commit
11dfbbc16d
|
@ -5,6 +5,8 @@ obox1.style.position = "fixed";
|
|||
obox1.style.right = "20px";
|
||||
obox1.style.bottom = "0px";
|
||||
|
||||
obox1.setAttribute("class", "movie")
|
||||
|
||||
var sbox = document.getElementsByTagName("body")[0];
|
||||
sbox.appendChild(obox1);
|
||||
|
||||
|
|
|
@ -79,7 +79,13 @@ pre[class*="language-"] {
|
|||
display: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1500px) {
|
||||
@media screen and (max-width: 600px) {
|
||||
.movie {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1500px) and (min-width: 1000px) {
|
||||
.page-inner {
|
||||
margin: 0 100px 0 100px !important;
|
||||
max-width: 800px !important;
|
||||
|
|
Loading…
Reference in New Issue