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; }