diff --git a/styles/website.css b/styles/website.css index 3b5546c..9c0408f 100644 --- a/styles/website.css +++ b/styles/website.css @@ -67,10 +67,6 @@ pre[class*="language-"] { width: 220px !important; } -.book-body { - left: 220px !important; -} - .navigation.navigation-next { right: 240px !important; } @@ -81,7 +77,7 @@ pre[class*="language-"] { @media screen and (min-width: 1400px) { .movie { - display: block; + display: block !important; } } @@ -90,6 +86,10 @@ pre[class*="language-"] { margin: 0 100px 0 100px !important; max-width: 800px !important; } + + .book-body { + left: 220px !important; + } } @media screen and (min-width: 1500px) { @@ -97,4 +97,8 @@ pre[class*="language-"] { margin: 0 100px 0 100px !important; max-width: 1250px !important; } + + .book-body { + left: 220px !important; + } } \ No newline at end of file