aboutsummaryrefslogtreecommitdiff
path: root/theme/custom/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/custom/custom.css')
-rwxr-xr-xtheme/custom/custom.css9
1 files changed, 2 insertions, 7 deletions
diff --git a/theme/custom/custom.css b/theme/custom/custom.css
index c235968..32cd429 100755
--- a/theme/custom/custom.css
+++ b/theme/custom/custom.css
@@ -25,6 +25,7 @@ html[data-theme="light"] {
main article {
margin:0 10px 10px;
+ max-width: unset;
}
main article header p{
@@ -72,8 +73,7 @@ aside nav ul li {
width:20vw;
}
main {
- left: 20vw;
- width: 80vw;
+ padding-left:20vw;
}
main article {
margin:0 50px 50px;
@@ -231,11 +231,6 @@ main article :not(pre)>code {
border-radius:3px
}
-/* Add an overflow for math in order to prevent the expand the whole page */
-.math {
- overflow: auto;
-}
-
aside span.amp {
font-family:Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
font-size:110%;