3.3.3 Sidebar grid C View in a new window

A reversed layout with slightly tweaked column widths. At tablet portrait and below the column widths will tweak to allow more size for the sidebar.

Twig: layout/sidebar-grid/sidebar-grid-c.twig

Example
Markup
<div class="sidebar-grid sidebar-grid--c grid--debug">
  <div class="sidebar-grid__row">
    <main class="sidebar-grid__main">
    </main>
    <aside class="sidebar-grid__sidebar">
    </aside>
  </div>
</div>