Misc mobile fixes

This commit is contained in:
Victoria Wang 2015-07-17 15:37:33 -07:00
parent a409016496
commit 55062092de
2 changed files with 3 additions and 2 deletions

View file

@ -187,7 +187,7 @@
@media (max-device-width:480px), screen and (max-width:800px) { @media (max-device-width:480px), screen and (max-width:800px) {
width: 100%; width: 100%;
height: 300px; height: 200px;
} }
} }
.interior .header-Outro .screenshot.dashboard { .interior .header-Outro .screenshot.dashboard {
@ -820,6 +820,7 @@
@media (max-device-width:480px), screen and (max-width:800px) { @media (max-device-width:480px), screen and (max-width:800px) {
width: 60%; width: 60%;
height: 160px;
} }
} }
.site-portrait { .site-portrait {

View file

@ -14,7 +14,7 @@
<% if params[:tag] %> <% if params[:tag] %>
<h1><a href="/browse">Websites</a> > <%= params[:tag] %></h1> <h1><a href="/browse">Websites</a> > <%= params[:tag] %></h1>
<% else %> <% else %>
<h1>Websites on Neocities</h1> <h1>Sites on Neocities</h1>
<% end %> <% end %>
</div> </div>