mirror of
https://github.com/adulau/sillon-fictionnel.git
synced 2024-12-22 16:45:58 +00:00
chg: [css] Le text justifié c'est comme les livres...
This commit is contained in:
parent
b06e7fb96c
commit
d192266f55
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
||||||
p {
|
p {
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
line-height: 1.75em;
|
line-height: 1.75em;
|
||||||
|
text-justify: auto;
|
||||||
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
|
|
Loading…
Reference in a new issue