Browse Source

smaller div to read the plain text manifestos

english-french
manetta 5 years ago
parent
commit
77d6c1039d
  1. 2
      static/css/stylesheet.css

2
static/css/stylesheet.css

@ -306,7 +306,7 @@ strong, strong.query, strong.word, .result{
#manifesto_content_wrapper{ #manifesto_content_wrapper{
position: absolute; position: absolute;
left:0; left:0;
width: 100%; width: calc(100% - 100px);
margin:10px 0 0 10px; margin:10px 0 0 10px;
padding:20px 0 40px 40px; padding:20px 0 40px 40px;
} }

Loading…
Cancel
Save