xref: /openbmc/phosphor-webui/app/common/styles/layout/page.scss (revision fb79e54c55af0b516d35c94c702213b7549acafe)
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