Improved appearance of 404 page

This commit is contained in:
Abyss 2021-05-16 23:53:18 -04:00
parent 3146e3c0dd
commit 7574f1295c
3 changed files with 18 additions and 2 deletions

9
assets/scss/_404.scss Normal file
View file

@ -0,0 +1,9 @@
.btn-404 svg {
vertical-align: middle;
display: inline-block;
margin-right: 5px;
}
.btn-404 a {
margin: 0 10px;
}

View file

@ -16,3 +16,4 @@
@import "footer";
@import "sharing-buttons";
@import "tables";
@import "404";