1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-26 17:43:29 +02:00

Justify text in front page

And also in modal dialogs
This commit is contained in:
Daniel Berteaud 2014-05-04 01:22:14 +02:00
parent 77c5552d84
commit a606d544e6

View File

@ -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;