From 9339be219a5269f0f8a29e91e2ec0c46f73ba7e5 Mon Sep 17 00:00:00 2001 From: liujianhuan Date: Thu, 14 Jan 2021 13:07:04 +0800 Subject: [PATCH] modify css --- styles/website.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) 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