Files
gitlabhq/app/assets/stylesheets/sections/errors.scss
T
2014-06-24 15:57:38 +03:00

15 lines
177 B
SCSS

.error-page {
max-width: 400px;
margin: 0 auto;
h1, h2, h3 {
text-align: center;
}
h1 {
font-size: 56px;
line-height: 100px;
font-weight: 300;
}
}