Add global error page

This commit is contained in:
2022-06-07 14:55:05 +02:00
parent 85aacf12e3
commit ce25f9314b
6 changed files with 133 additions and 12 deletions

View File

@@ -0,0 +1,14 @@
.list-cta {
@include bp (sm) {
display: flex;
justify-content: center;
}
& > * {
margin: 20px auto 0;
@include bp (sm) {
margin: 0 16px;
}
}
}