diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 0a10fe7e..cd1461fc 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -662,6 +662,10 @@ margin: 20px auto 2em auto; text-align: center; + .btn:last-child { + margin-left: 10px; + } + @media (max-device-width:480px), screen and (max-width:800px) { text-align: left; } diff --git a/views/home.erb b/views/home.erb index 22cca624..5c1492c7 100644 --- a/views/home.erb +++ b/views/home.erb @@ -107,7 +107,8 @@
- View Site Profile + Profile + '> Share
<%== erb :'_follows', layout: false, locals: {site: site, is_current_site: site == current_site} %> diff --git a/views/site.erb b/views/site.erb index f2924c6e..2a7eb8d4 100644 --- a/views/site.erb +++ b/views/site.erb @@ -30,7 +30,7 @@
<% if current_site == site %> - Edit Site + Edit Site <% end %> <% if current_site && current_site != site %>