From a606d544e6baa67add38636fb1a7f04271ee4291 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 4 May 2014 01:22:14 +0200 Subject: [PATCH] Justify text in front page And also in modal dialogs --- public/css/vroom.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/css/vroom.css b/public/css/vroom.css index c2261bb..ac18704 100644 --- a/public/css/vroom.css +++ b/public/css/vroom.css @@ -117,6 +117,14 @@ width: 149px; height: 149px; } +.thumbnail { + text-align: justify; + text-justify:inter-word; +} +.modal-body { + text-align: justify; + text-justify:inter-word; +} @media screen and (max-width: 480px) { body { font-size: 0.8em;