1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_assets/styles/page-404.scss

15 lines
248 B
SCSS
Raw Normal View History

.page-404 {
2016-02-08 16:14:23 +01:00
.header {
background-image: url('/assets/img/fail-cat.gif');
min-height: 420px;
@media ($screen-md) {
min-height: 100vh;
}
}
.content--page {
text-align: center;
}
}