From 03230e50974c15c4175c5fc012653d14a777bc84 Mon Sep 17 00:00:00 2001 From: liujianhuan Date: Thu, 14 Jan 2021 13:12:52 +0800 Subject: [PATCH] modify css --- styles/website.css | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/styles/website.css b/styles/website.css index 9c0408f..b1f39a7 100644 --- a/styles/website.css +++ b/styles/website.css @@ -63,14 +63,6 @@ pre[class*="language-"] { -webkit-animation: none !important; } -.book-summary { - width: 220px !important; -} - -.navigation.navigation-next { - right: 240px !important; -} - .treeview__container-title { display: none; } @@ -90,6 +82,14 @@ pre[class*="language-"] { .book-body { left: 220px !important; } + + .book-summary { + width: 220px !important; + } + + .navigation.navigation-next { + right: 240px !important; + } } @media screen and (min-width: 1500px) { @@ -101,4 +101,12 @@ pre[class*="language-"] { .book-body { left: 220px !important; } + + .book-summary { + width: 220px !important; + } + + .navigation.navigation-next { + right: 240px !important; + } } \ No newline at end of file