[CSS]
authorJohan GIRAUD <johangiraud1@gmail.com>
Mon, 2 Feb 2015 15:16:42 +0000 (16:16 +0100)
committerJohan GIRAUD <johangiraud1@gmail.com>
Mon, 2 Feb 2015 15:16:42 +0000 (16:16 +0100)
css/habillage.css
css/habillage.scss

index 626fc7b..a2b40ec 100644 (file)
@@ -133,8 +133,7 @@ p {
   list-style-type: none; }
 
 #ateliers ul li {
-  margin-bottom: 15px;
-}
+  margin-bottom: 15px; }
 
 #ateliers p {
   margin: 15px 15px 0 0;
@@ -275,6 +274,9 @@ p {
   .col-m-12 {
     width: 100%; } }
 @media only screen and (min-width: 1024px) {
+  .wrap {
+    width: auto; }
+
   .col-l-1 {
     width: 8.33333%; }
 
index 31f1dc8..ae32a5f 100644 (file)
@@ -370,6 +370,10 @@ p{
 
 @media only screen and (min-width:1024px) {
 
+.wrap{
+       width: auto;
+}
+
 .col-l-1{
        width:8.33333%;
 }