From afc0362ec2a2064c95b951a25b896bd350163b64 Mon Sep 17 00:00:00 2001 From: Johan GIRAUD Date: Tue, 10 Feb 2015 15:07:03 +0100 Subject: [PATCH] =?utf8?q?[CSS]=20+=20retour=20=C3=A0=20la=20ligne=20apr?= =?utf8?q?=C3=A8s=20h1?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- css/habillage.css | 6 ++++-- css/habillage.scss | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/css/habillage.css b/css/habillage.css index 72b09f6..3486816 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -218,7 +218,8 @@ p { line-height: 1.3; } .article h1 { - font-size: 1.4em; } + font-size: 1.4em; + width: 100%; } .article .fa { width: 20px; @@ -249,7 +250,8 @@ p { line-height: 1.3; } .articlefull h1 { - font-size: 1.4em; } + font-size: 1.4em; + width: 100%; } .articlefull .fa { width: 20px; diff --git a/css/habillage.scss b/css/habillage.scss index ec5d7ee..c6684e6 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -247,6 +247,7 @@ p{ } .article h1{ font-size: 1.4em; + width:100%; } .article .fa{ width: 20px; @@ -280,6 +281,7 @@ p{ } .articlefull h1{ font-size: 1.4em; + width:100%; } .articlefull .fa{ width: 20px; -- 2.20.1