From 77d6c1039de4cb968e90ed90b4a7c015c2da19b6 Mon Sep 17 00:00:00 2001 From: manetta Date: Thu, 28 Mar 2019 16:09:31 +0100 Subject: [PATCH] smaller div to read the plain text manifestos --- static/css/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/stylesheet.css b/static/css/stylesheet.css index 04551cd..ad1beec 100644 --- a/static/css/stylesheet.css +++ b/static/css/stylesheet.css @@ -306,7 +306,7 @@ strong, strong.query, strong.word, .result{ #manifesto_content_wrapper{ position: absolute; left:0; - width: 100%; + width: calc(100% - 100px); margin:10px 0 0 10px; padding:20px 0 40px 40px; }