From f49a8ed1355f331a8fd208944e4852eb58db2f47 Mon Sep 17 00:00:00 2001 From: Nathaniel Hoffman Date: Thu, 19 Mar 2015 12:06:50 -0600 Subject: [PATCH] shortened dash column --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 889ed35..0dd2523 100644 --- a/styles.css +++ b/styles.css @@ -90,7 +90,7 @@ div.socials { width: 100%; } .dashboard { - width: 30%; + width: 20%; height: 100%; float: left; background-color: #EFF0F2; @@ -166,7 +166,7 @@ div { background-color: #8CAC8C; } .billmain { - width: 69%; + width: 79%; height: 100%; background-color: white; float: left;