BigW Consortium Gitlab

errors.scss 177 Bytes
Newer Older
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;
  }
}