From 6e718003ccffd42864e24a034a3d814820b39c34 Mon Sep 17 00:00:00 2001 From: Kai Kubasta Date: Sat, 13 Feb 2016 20:15:05 +0100 Subject: [PATCH] add word-wrapping --- templates/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/style.css b/templates/style.css index ef1ef42..321a805 100644 --- a/templates/style.css +++ b/templates/style.css @@ -2,6 +2,7 @@ body { background-color: white; color: black; font: 1rem/1.5 -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif; + word-wrap: break-word; max-width: 30rem; padding: 0 1rem; margin: 0 auto;