diff options
author | Alban Gruin | 2017-02-06 19:06:58 +0100 |
---|---|---|
committer | Alban Gruin | 2017-02-06 19:12:50 +0100 |
commit | eabb136dcb27deaf2e899f4205cefcb588a28669 (patch) | |
tree | 65783fe3d0e92fa16928d27853ed29b0a59be9df /templates | |
parent | 56edcf086a2020cc6ad934d472b9edde1f7650a5 (diff) |
Utilisation d'un word-wrap
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 9e454e3..3170aea 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,6 +10,7 @@ body { margin: 1em auto; padding: 0 .62em; font: 1.2em/1.62em sans-serif; + word-wrap: break-word; } h1, h2, h3 { |