diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 1df110b5..ca85cfba 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -484,7 +484,7 @@ a.tag:hover { text-decoration: none; background: #FFEE8A; } -.follower-list { +.follower-list, .following-list { width: 100%; float: left; margin-bottom: 2em; diff --git a/views/_follows.erb b/views/_follows.erb index 7f999493..9304b0a0 100644 --- a/views/_follows.erb +++ b/views/_follows.erb @@ -1,7 +1,7 @@ <% site_followings = site.followings %> <% if (!is_current_site && !site_followings.empty?) || is_current_site %> -
You are not following any sites yet. Add some by browsing sites or looking at your tags. <% else %> @@ -14,8 +14,8 @@ <% site_follows = site.follows %> <% if (!is_current_site && !site_follows.empty?) || is_current_site %> -