diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index e5bc8edb..61d11831 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -915,6 +915,10 @@ a.tag:hover { float: left; clear: both; margin-left: 61px; + + @media (max-device-width:480px), screen and (max-width:800px) { + margin-left: 0px; + } } .news-item .icon { width: 49px; @@ -1045,9 +1049,17 @@ a.tag:hover { .news-item .content { padding: 0; margin-left: 61px; + + @media (max-device-width:480px), screen and (max-width:800px) { + margin-left: 0px; + } } .news-item .actions, .news-item.comment .content { margin-left: 61px; + + @media (max-device-width:480px), screen and (max-width:800px) { + margin-left: 0px; + } } .news-item.comment .content { word-wrap: break-word; @@ -1101,6 +1113,7 @@ a.tag:hover { } .interior .header-Outro .profile-info { @media (max-device-width:480px), screen and (max-width:800px) { + margin-top: 70px; text-align: center; padding: 10px 0 15px 0; } @@ -1113,7 +1126,6 @@ a.tag:hover { a:first-of-type { margin-left: 0; } - } .interior .header-Outro .stats { margin-bottom: 1.3em; @@ -1128,6 +1140,12 @@ a.tag:hover { text-align: center; } } +.interior .header-Outro .stats .tips { + @media (max-device-width:480px), screen and (max-width:800px) { + display: none; + } +} + .interior .header-Outro .stats strong { font-size: 1.5em; font-weight: normal; diff --git a/views/site.erb b/views/site.erb index c0e399fb..ac57c59e 100644 --- a/views/site.erb +++ b/views/site.erb @@ -30,7 +30,7 @@
<%= site.views.format_large_number %> view<%= site.views == 1 ? '' : 's' %>
<%= site.follow_count.format_large_number %> follower<%= site.follow_count == 1 ? '' : 's' %>
<%= site.changed_count.format_large_number %> update<%= site.changed_count == 1 ? '' : 's' %>
-
<%= site.tips_dataset.count %> tips
+
<%= site.tips_dataset.count %> tips
<% if current_site == site %>