Implementing a Top Navigation Bar with grey spacing
Avoid having any extra space just before the footer:
Organizing my Layout File ("navigation_top" refers to the black navigation bar at the top)
%body
= render "navigation_top"
.main-content
.container-fluid.padded
= render "navbar"
= yield
= render "footer"