From 9a220a33b3f42d2d4536fd476496d79a15e90c23 Mon Sep 17 00:00:00 2001 From: Johan GIRAUD Date: Thu, 12 Feb 2015 12:05:49 +0100 Subject: [PATCH] [CSS] + footer 500px --- css/habillage.css | 8 ++++---- css/habillage.scss | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/css/habillage.css b/css/habillage.css index 0b01eb8..066123a 100644 --- a/css/habillage.css +++ b/css/habillage.css @@ -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; diff --git a/css/habillage.scss b/css/habillage.scss index cfed9c8..9b766de 100644 --- a/css/habillage.scss +++ b/css/habillage.scss @@ -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 { -- 2.20.1