[CSS] + footer 500px
authorJohan GIRAUD <johangiraud1@gmail.com>
Thu, 12 Feb 2015 11:05:49 +0000 (12:05 +0100)
committerJohan GIRAUD <johangiraud1@gmail.com>
Thu, 12 Feb 2015 11:05:49 +0000 (12:05 +0100)
css/habillage.css
css/habillage.scss

index 0b01eb8..066123a 100644 (file)
@@ -475,14 +475,14 @@ address p {
 footer {
   clear: both;
   height: 100px;
-  background-color: #05ffbc; }
+  background-color: #05ffbc;
+  width: 100%; }
 
 footer ul {
   width: 500px;
   margin: 0 auto;
-  padding: 0;
-  list-style-type: none;
-  padding-top: 30px; }
+  padding: 30px 0 0;
+  list-style-type: none; }
 
 footer li {
   float: left;
index cfed9c8..9b766de 100644 (file)
@@ -442,14 +442,14 @@ footer{
        clear:both;
        height:100px;
        background-color: #05ffbc;
+       width:100%;
 }
 
 footer ul {
        width:500px;
        margin:0 auto;
-       padding:0;
+       padding:30px 0 0;
        list-style-type:none;
-       padding-top:30px;
 }
 
 footer li {