19 lines
230 B
SCSS
19 lines
230 B
SCSS
.error-page {
|
|
margin: 3rem 0;
|
|
text-align: center;
|
|
|
|
.img-404 {
|
|
width: 40%;
|
|
margin: var(--margin-2xl) auto;
|
|
|
|
@include media-breakpoint-down(sm) {
|
|
width: 80%
|
|
}
|
|
}
|
|
|
|
.back-to-home {
|
|
font-size: var(--text-base);
|
|
}
|
|
}
|
|
|
|
|