Welcome to mirror list, hosted at ThFree Co, Russian Federation.

errors.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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;
  }
}