1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/** * Used for page layout. This should be used for the page container * Mark up <div class="page"> <h1 class="page-title">Page Title</h1> ... </div> */ .page { max-width: 1080px; } .page-title { margin-bottom: 3rem; }