From 45fc351565dad670f36930c68d8823a072231fdd Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Sun, 9 Nov 2014 19:05:55 -0600 Subject: [PATCH] Adjusted widths on username/view # elements in website galleries --- sass/_project-sass/_project-Website-Gallery.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/_project-sass/_project-Website-Gallery.scss b/sass/_project-sass/_project-Website-Gallery.scss index 740c76da..af76366b 100644 --- a/sass/_project-sass/_project-Website-Gallery.scss +++ b/sass/_project-sass/_project-Website-Gallery.scss @@ -29,12 +29,12 @@ .username { float: left; overflow: hidden; - width: 70%; + width: 63%; } .site-stats { float: right; overflow: hidden; - width: 28%; + width: 35%; text-align: right; } .site-tags {