From eb6ea29d6385376c4b6b35040d980ebfcc587aac Mon Sep 17 00:00:00 2001 From: lidia-pmr Date: Wed, 3 Jul 2019 09:41:32 +0200 Subject: [PATCH] Break words on column 1 --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 03eb64a..e43dbfe 100644 --- a/css/main.css +++ b/css/main.css @@ -339,7 +339,7 @@ section#main{ } -.col2 p { +.col2 p,.col1 p { word-wrap:break-word; }