From 9d35b77325b30611cc1fc29fadd177dca7f56acc Mon Sep 17 00:00:00 2001 From: Michael Rasmussen Date: Tue, 23 Jun 2015 18:17:06 +0200 Subject: [PATCH] Fix width --- css/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/styles.css b/css/styles.css index ea6b925..5f450f6 100644 --- a/css/styles.css +++ b/css/styles.css @@ -63,7 +63,7 @@ html, body { } #container, #footer { - width: 100%; + width: 100%; } #footer{ @@ -71,7 +71,7 @@ html, body { background: #ECECAC; color: black; text-align: center; - height: 14px; + height: 14px; } .whitefooter { @@ -91,7 +91,7 @@ img { .nav-action { text-align: center; - width: 53px; + width: 58px; } .label { -- 2.39.2