[CSS] + overflow article
[lhc/web/clavettes.git] / css / habillage.css
index 72b09f6..f03603f 100644 (file)
@@ -209,7 +209,6 @@ p {
 
 /*2EME COLONNE*/
 #news {
-  overflow: hidden;
   margin: 0 10px; }
 
 .article {
@@ -218,7 +217,8 @@ p {
   line-height: 1.3; }
 
 .article h1 {
-  font-size: 1.4em; }
+  font-size: 1.4em;
+  width: 100%; }
 
 .article .fa {
   width: 20px;
@@ -232,6 +232,7 @@ p {
 
 .article img {
   width: 100%;
+  height: auto;
   margin: 0; }
 
 .article ul {
@@ -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;
@@ -477,6 +479,7 @@ footer {
 
 footer ul {
   padding: 0;
+  width: 300px;
   margin: 0 auto;
   list-style-type: none;
   padding-top: 30px; }