summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/errors.scss
blob: 11309817d31cc88a913da5c2749385618f46e2cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.error-page {
  max-width: 400px;
  margin: 0 auto;

  h1,
  h2,
  h3 {
    text-align: center;
  }

  h1 {
    font-size: 56px;
    line-height: 100px;
    font-weight: 300;
  }
}