From 131242313d78b699ac068c1458538f7057961a95 Mon Sep 17 00:00:00 2001 From: K B Date: Sat, 7 Feb 2015 23:55:46 -0500 Subject: [PATCH] Fixing footer width --- css/open_framework.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/open_framework.css b/css/open_framework.css index 440b699..1aabca9 100644 --- a/css/open_framework.css +++ b/css/open_framework.css @@ -927,7 +927,7 @@ ul.primary { .footer-content .block { float: left; margin-right: 4%; - width: 48%; + width: 100%; } .footer-content .block:nth-child(2n+1) {