gitlab-org--gitlab-foss/app/assets/stylesheets/sections/errors.scss
Dmitriy Zaporozhets 8307704c2d
Improve error page layout
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-24 15:57:38 +03:00

14 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;
}
}