added responsive css

This commit is contained in:
SundaySalsa
2015-01-31 13:35:09 +03:00
committed by r888888888
parent c900816b3e
commit a6233f297e
8 changed files with 285 additions and 8 deletions

View File

@@ -35,7 +35,8 @@
<%= render "news_updates/listing" %>
<h1><%= link_to Danbooru.config.app_name, "/" %></h1>
<nav>
<span id="maintoggle"> ☰ </span> <!-- Maybe icon would be better, I'm not sure -->
<nav id="nav">
<%= render "layouts/main_links" %>
<%= yield :secondary_links %>
</nav>