From 2a349755d2e270c9ee539c614dd6a01ad0459c51 Mon Sep 17 00:00:00 2001 From: Johan GIRAUD Date: Mon, 2 Feb 2015 16:16:42 +0100 Subject: [PATCH] [CSS] --- css/habillage.css | 6 ++++-- css/habillage.scss | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/css/habillage.css b/css/habillage.css index 626fc7b..a2b40ec 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -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%; } diff --git a/css/habillage.scss b/css/habillage.scss index 31f1dc8..ae32a5f 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -370,6 +370,10 @@ p{ @media only screen and (min-width:1024px) { +.wrap{ + width: auto; +} + .col-l-1{ width:8.33333%; } -- 2.20.1