diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 29697590..3c815973 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -384,6 +384,12 @@ width: 100%; position: relative; border-right: 1px solid #ddd; + h2 { + margin-top: 1em; + float: left; + width: 100%; + margin-bottom: .75em; + } } .right-col { background: #FAF6F1; diff --git a/views/home.erb b/views/home.erb index 91861972..83946202 100644 --- a/views/home.erb +++ b/views/home.erb @@ -23,24 +23,33 @@
- You should start editing your site! -
- You aren’t following any websites yet! Once you do, more updates will show up here. + You aren’t following any websites yet! Once you do, <% if !@events.empty? %>more<% end %> updates will show up here. - Here are some website suggestions for you. Want to find some sites to follow? Check out all the sites on Neocities! + Below are some website suggestions for you. For more, check out all the sites on Neocities!
Now start building your website! +
+