From f56c4b15ab30afa91ebe6e5c25e3fb4abc94baa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaussoin=20Timoth=C3=A9e?= Date: Tue, 28 Apr 2015 23:17:09 +0200 Subject: [PATCH] - Hide the H1 in the articles content --- themes/material/css/article.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/material/css/article.css b/themes/material/css/article.css index 0f254642f..f4588491e 100644 --- a/themes/material/css/article.css +++ b/themes/material/css/article.css @@ -9,6 +9,11 @@ article header { position: relative; } +/* We hide the main title because it's already here ? */ +article section h1 { + display: none; +} + article header h1 { font-size: 4rem; line-height: 12rem;