From 0323bbd5b929b55c4031974b43559ce773440723 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Tue, 1 Feb 2022 18:35:47 +0100 Subject: Custom template for applications page --- theme/custom/custom.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'theme/custom/custom.css') 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%; -- cgit v1.2.3