From 03b0909a4e2faed2f05145be6f397650740d6ae5 Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Tue, 28 Oct 2014 11:36:26 -0700 Subject: [PATCH] Adjustments to two-col layout --- sass/_project-sass/_project-Main.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index bafdb266..42a5428e 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -406,10 +406,12 @@ .content.misc-page.columns .col, .site-profile-padding { padding: 25px 30px 30px 30px; position: relative; + float: left; + width: 100%; } .content.misc-page.columns .col-66 { - width: 67%; - left: 33%; + width: 66.95%; + left: 33.05%; background: white; } .site-profile .content.misc-page.columns .col-66 {