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