From eabb136dcb27deaf2e899f4205cefcb588a28669 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Mon, 6 Feb 2017 19:06:58 +0100 Subject: Utilisation d'un word-wrap --- templates/index.html | 1 + 1 file changed, 1 insertion(+) 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 { -- cgit v1.2.1