summaryrefslogtreecommitdiffstats
path: root/app/common/styles/layout/page.scss
blob: 2ce98d53d45fdef6d0bc3146ad7d8e12f151aad7 (plain)
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;
}
OpenPOWER on IntegriCloud