diff --git a/sass/_project-sass/_project-Header.scss b/sass/_project-sass/_project-Header.scss index a2ea1497..7955e5ec 100644 --- a/sass/_project-sass/_project-Header.scss +++ b/sass/_project-sass/_project-Header.scss @@ -98,9 +98,9 @@ margin-left: 8px; } - h2{ + h3 { margin-bottom: 0px; - font-size: 1.725em; + font-size: 1.7em; } p { diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 2b31a539..9456688a 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -99,7 +99,7 @@ font-size: 1em; } .content.misc-page h1 { - font-size: 2em; + font-size: 1.8em; margin-bottom: 20px; } .content.misc-page hr { diff --git a/views/activity.erb b/views/activity.erb index 31522a3f..641920a7 100644 --- a/views/activity.erb +++ b/views/activity.erb @@ -1,26 +1,19 @@ -
-
-
-

Latest Activity on Neocities

-
+
+
+

Latest Activity on Neocities

- -
-
-
-
- <% if !signed_in? %> -
-

All the latest Neocities site news!

-

- Neocities allows everyone create a free web site to express themselves. Want to create your own websome site? Join us! -

-
- <% end %> - - <%== erb :'_news', locals: {current_site: nil, events: @events} %> +
+
+ <% if !signed_in? %> +
+

All the latest Neocities site news!

+

+ Neocities allows anyone to create a free web site to express themselves. Want to create your own awesome site? Join us! +

-
+ <% end %> + + <%== erb :'_news', locals: {current_site: nil, events: @events} %>
-
+
\ No newline at end of file diff --git a/views/site.erb b/views/site.erb index 1a167b93..f2924c6e 100644 --- a/views/site.erb +++ b/views/site.erb @@ -22,10 +22,11 @@

<%= site.title %> <% if site.supporter? %> <% end %>

<%= site.host %>

-
<%= site.views.format_large_number %> views
+
<%= site.views.format_large_number %> view<%= site.views == 1 ? '' : 's' %>
<% follows_count = site.follows_dataset.count %> -
<%= follows_count.format_large_number %> follower<%= follows_count == 0 ? '' : 's' %>
- +
<%= follows_count.format_large_number %> follower<%= follows_count == 1 ? '' : 's' %>
+
<%= site.changed_count.format_large_number %> update<%= site.changed_count == 1 ? '' : 's' %>
+
<% if current_site == site %> @@ -107,7 +108,6 @@ <% end %>
-
Number of updates<%= site.changed_count.format_large_number %>
Created<%= site.created_at.strftime('%b %-d, %Y') %>