mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
404 draft, ref #28
This commit is contained in:
parent
ed2ce3486d
commit
445d952ceb
@ -2,8 +2,8 @@
|
||||
layout: page
|
||||
|
||||
sitemap: false
|
||||
|
||||
title: Oops, that didn't work
|
||||
---
|
||||
|
||||
# Oops, nothing found
|
||||
|
||||
[Back to site](/)
|
||||
|
BIN
_src/_assets/images/fail-cat.gif
Normal file
BIN
_src/_assets/images/fail-cat.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
@ -128,9 +128,9 @@
|
||||
@mixin grid-columns() {
|
||||
> .grid__col {
|
||||
&.grid__col--1 { flex: 0 0 16%; }
|
||||
&.grid__col--2 { flex: 0 0 33%; }
|
||||
&.grid__col--2 { flex: 0 0 33.3%; }
|
||||
&.grid__col--3 { flex: 0 0 50%; }
|
||||
&.grid__col--4 { flex: 0 0 66%; }
|
||||
&.grid__col--4 { flex: 0 0 66.6%; }
|
||||
&.grid__col--5 { flex: 0 0 84%; }
|
||||
&.grid__col--6 { flex: 0 0 100%; }
|
||||
}
|
||||
@ -145,7 +145,7 @@
|
||||
}
|
||||
|
||||
.grid--third {
|
||||
> .grid__col { flex: 0 0 33%; }
|
||||
> .grid__col { flex: 0 0 33.3%; }
|
||||
}
|
||||
|
||||
.grid--half {
|
||||
@ -167,7 +167,7 @@
|
||||
> .grid__col { flex: 0 0 100%; }
|
||||
}
|
||||
.grid-small--third {
|
||||
> .grid__col { flex: 0 0 33%; }
|
||||
> .grid__col { flex: 0 0 33.3%; }
|
||||
}
|
||||
.grid-small--half {
|
||||
> .grid__col { flex: 0 0 50%; }
|
||||
@ -185,7 +185,7 @@
|
||||
> .grid__col { flex: 0 0 100%; }
|
||||
}
|
||||
.grid-medium--third {
|
||||
> .grid__col { flex: 0 0 33%; }
|
||||
> .grid__col { flex: 0 0 33.3%; }
|
||||
}
|
||||
.grid-medium--half {
|
||||
> .grid__col { flex: 0 0 50%; }
|
||||
@ -203,7 +203,7 @@
|
||||
> .grid__col { flex: 0 0 100%; }
|
||||
}
|
||||
.grid-large--third {
|
||||
> .grid__col { flex: 0 0 33%; }
|
||||
> .grid__col { flex: 0 0 33.3%; }
|
||||
}
|
||||
.grid-large--half {
|
||||
> .grid__col { flex: 0 0 50%; }
|
||||
|
@ -55,7 +55,7 @@ $font-size-h4: 1rem !default;
|
||||
$font-size-h5: $font-size-base !default;
|
||||
$font-size-h6: 0.85rem !default;
|
||||
|
||||
$line-height: 1.4 !default;
|
||||
$line-height: 1.5 !default;
|
||||
|
||||
$headings-font-family: $font-family-noto !default;
|
||||
$headings-font-weight: $font-weight-normal !default;
|
||||
|
@ -1,7 +1,14 @@
|
||||
|
||||
.page-404 {
|
||||
.page-content {
|
||||
.header {
|
||||
background-image: url('/assets/img/fail-cat.gif');
|
||||
min-height: 420px;
|
||||
|
||||
@media ($screen-md) {
|
||||
min-height: 100vh;
|
||||
}
|
||||
}
|
||||
.content--page {
|
||||
text-align: center;
|
||||
padding: ($spacer * 4) 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user