Improved appearance of 404 page
This commit is contained in:
parent
3146e3c0dd
commit
7574f1295c
3 changed files with 18 additions and 2 deletions
9
assets/scss/_404.scss
Normal file
9
assets/scss/_404.scss
Normal file
|
@ -0,0 +1,9 @@
|
|||
.btn-404 svg {
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.btn-404 a {
|
||||
margin: 0 10px;
|
||||
}
|
|
@ -16,3 +16,4 @@
|
|||
@import "footer";
|
||||
@import "sharing-buttons";
|
||||
@import "tables";
|
||||
@import "404";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue