From da872c04628b1bdae23e019ea9e7bd4c0829e2bc Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Wed, 14 Feb 2018 01:07:38 +0100 Subject: [PATCH] =?UTF-8?q?Alineaci=C3=B3n=20a=20la=20izquierda=20de=20los?= =?UTF-8?q?=20p=C3=A1rrafos=20en=20pantallas=20estrechas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/circlepro/stylesheets/editor.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/themes/circlepro/stylesheets/editor.css b/public/themes/circlepro/stylesheets/editor.css index bfea07d..928c295 100644 --- a/public/themes/circlepro/stylesheets/editor.css +++ b/public/themes/circlepro/stylesheets/editor.css @@ -60,6 +60,12 @@ div#content p { text-align: justify; word-wrap: break-word; } +@media screen and (max-width: 767px) { + body.wiki, + div#content p { + text-align: left; + } +} body.wiki table { border: 1px solid #bbb;