[CSS] + retour à la ligne après h1
authorJohan GIRAUD <johangiraud1@gmail.com>
Tue, 10 Feb 2015 14:07:03 +0000 (15:07 +0100)
committerJohan GIRAUD <johangiraud1@gmail.com>
Tue, 10 Feb 2015 14:07:03 +0000 (15:07 +0100)
css/habillage.css
css/habillage.scss

index 72b09f6..3486816 100644 (file)
@@ -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;
index ec5d7ee..c6684e6 100644 (file)
@@ -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;