diff --git a/zerobin/static/css/style.css b/zerobin/static/css/style.css index c9ae342..0bcc2c8 100644 --- a/zerobin/static/css/style.css +++ b/zerobin/static/css/style.css @@ -243,6 +243,15 @@ pre { overflow: visible; } +.reader-wrapper { + color: #f2f2f2; + max-width: 800px; + width: 90%; + text-align: justify; + margin: auto; + margin-top: 20px; +} + /* Common css */ .form-control, diff --git a/zerobin/views/paste.tpl b/zerobin/views/paste.tpl index 7b1c14c..b879394 100644 --- a/zerobin/views/paste.tpl +++ b/zerobin/views/paste.tpl @@ -61,7 +61,7 @@
- fsdqfd{% currentPaste.content %} + {% currentPaste.content %}