2018-04-15 22:02:06 -04:00
|
|
|
.error-page-component {
|
|
|
|
display: flex;
|
2022-07-06 13:44:25 -04:00
|
|
|
padding: $grid-gutter-width $half-gutter-width;
|
2018-04-15 22:02:06 -04:00
|
|
|
flex-grow: 1;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
@include font-sans-bold;
|
|
|
|
width: 100%;
|
2019-05-12 21:27:55 -04:00
|
|
|
font-size: pxrem(22);
|
2018-04-15 22:02:06 -04:00
|
|
|
text-align: center;
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
|
|
|
@include media-breakpoint-up(sm) {
|
2019-05-12 21:27:55 -04:00
|
|
|
font-size: pxrem(32);
|
2018-04-15 22:02:06 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
@include media-breakpoint-up(lg) {
|
2019-05-12 21:27:55 -04:00
|
|
|
font-size: pxrem(48);
|
2018-04-15 22:02:06 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|