Justify text in front page

And also in modal dialogs
master
Daniel Berteaud 11 years ago
parent 77c5552d84
commit a606d544e6
  1. 8
      public/css/vroom.css

@ -117,6 +117,14 @@
width: 149px; width: 149px;
height: 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) { @media screen and (max-width: 480px) {
body { body {
font-size: 0.8em; font-size: 0.8em;

Loading…
Cancel
Save