modify css
This commit is contained in:
parent
346f2455ed
commit
9339be219a
|
@ -67,10 +67,6 @@ pre[class*="language-"] {
|
||||||
width: 220px !important;
|
width: 220px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.book-body {
|
|
||||||
left: 220px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navigation.navigation-next {
|
.navigation.navigation-next {
|
||||||
right: 240px !important;
|
right: 240px !important;
|
||||||
}
|
}
|
||||||
|
@ -81,7 +77,7 @@ pre[class*="language-"] {
|
||||||
|
|
||||||
@media screen and (min-width: 1400px) {
|
@media screen and (min-width: 1400px) {
|
||||||
.movie {
|
.movie {
|
||||||
display: block;
|
display: block !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -90,6 +86,10 @@ pre[class*="language-"] {
|
||||||
margin: 0 100px 0 100px !important;
|
margin: 0 100px 0 100px !important;
|
||||||
max-width: 800px !important;
|
max-width: 800px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.book-body {
|
||||||
|
left: 220px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1500px) {
|
@media screen and (min-width: 1500px) {
|
||||||
|
@ -97,4 +97,8 @@ pre[class*="language-"] {
|
||||||
margin: 0 100px 0 100px !important;
|
margin: 0 100px 0 100px !important;
|
||||||
max-width: 1250px !important;
|
max-width: 1250px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.book-body {
|
||||||
|
left: 220px !important;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue