1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-17 04:40:03 +02:00

_sass/_base.scss: define error-page class

This commit is contained in:
Henrik Hautakoski 2019-10-23 14:05:24 +02:00
parent 4cf106620f
commit 9d4f05b849

View file

@ -13,3 +13,21 @@ figure {
border-top: 1px solid $gray-300;
color: $text-gray;
}
.container-sm {
max-width: 512px;
margin-right: auto;
margin-left: auto;
}
.error-page {
@extend .container-sm;
text-align: center;
h1 {
font-size: 4em;
}
p {
margin-top: 2em;
}
}