From 56026217c55ee254cce5875ea56072d3a5c49274 Mon Sep 17 00:00:00 2001 From: Kevin Decherf Date: Fri, 25 Nov 2016 13:49:45 +0100 Subject: [PATCH 1/1] Material: update size of text in article Signed-off-by: Kevin Decherf --- app/Resources/static/themes/material/css/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index a8172b7e..82a74c23 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css @@ -605,6 +605,8 @@ a.original { #article article { color: #424242; + font-size: 18px; + line-height: 1.7em; } #article article h1, -- 2.41.0