From: Johan GIRAUD Date: Mon, 2 Feb 2015 15:16:42 +0000 (+0100) Subject: [CSS] X-Git-Tag: 0.1.0~116 X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fclavettes.git;a=commitdiff_plain;h=2a349755d2e270c9ee539c614dd6a01ad0459c51 [CSS] --- 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%; }