mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 07:45:41 +01:00
15 lines
248 B
SCSS
15 lines
248 B
SCSS
|
|
.page-404 {
|
|
.header {
|
|
background-image: url('/assets/img/fail-cat.gif');
|
|
min-height: 420px;
|
|
|
|
@media ($screen-md) {
|
|
min-height: 100vh;
|
|
}
|
|
}
|
|
.content--page {
|
|
text-align: center;
|
|
}
|
|
}
|