css: general placement

This commit is contained in:
Mark Moser
2017-05-02 14:04:13 -05:00
parent b961fe7553
commit 9f3e90386e
8 changed files with 89 additions and 10 deletions

View File

@ -22,12 +22,9 @@
<% end %>
</header>
<main>
<%= yield %>
</main>
<% if content_for?(:progress) %>
<aside role="progressbar"
class="progressbar"
style="width: <%= yield :progress %>%"
aria-valuemin="0"
aria-valuemax="100"
@ -36,6 +33,10 @@
</aside>
<% end %>
<main>
<%= yield %>
</main>
<footer>
<div><%= yield(:footer_title) %></div>
<%= image_tag("perficientdigital.png", alt:"Perficient Digital") %>