css: general placement
This commit is contained in:
@ -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") %>
|
||||
|
Reference in New Issue
Block a user