[CSS] + overflow article
[lhc/web/clavettes.git] / css / habillage.scss
index ec5d7ee..6e2f680 100644 (file)
@@ -237,7 +237,6 @@ p{
 
 
 #news{
-       overflow: hidden;
        margin:0 10px;
 }
 .article{
@@ -247,6 +246,7 @@ p{
 }
 .article h1{
        font-size: 1.4em;
+       width:100%;
 }
 .article .fa{
        width: 20px;
@@ -260,6 +260,7 @@ p{
 }
 .article img{
        width:100%;
+       height:auto;
        margin:0;
 }
 .article ul{
@@ -280,6 +281,7 @@ p{
 }
 .articlefull h1{
        font-size: 1.4em;
+       width:100%;
 }
 .articlefull .fa{
        width: 20px;
@@ -444,6 +446,7 @@ footer{
 
 footer ul {
        padding:0;
+       width:300px;
        margin:0 auto;
        list-style-type:none;
        padding-top:30px;