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

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

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