mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
more 404 tweaks, ref #28
This commit is contained in:
parent
a4ee089ad6
commit
45f8cda49e
@ -6,4 +6,7 @@ sitemap: false
|
|||||||
title: Oops, that didn't work
|
title: Oops, that didn't work
|
||||||
---
|
---
|
||||||
|
|
||||||
Pardon us, the page you requested isn't here. Please check the the url for typos or [start from home](/).
|
Pardon us, the page you requested isn't here. Please check the url for typos or [let us know](/contact/) if you expected a resource to be here.
|
||||||
|
|
||||||
|
|
||||||
|
[Back to home](/)
|
||||||
|
@ -13,13 +13,40 @@
|
|||||||
|
|
||||||
.header {
|
.header {
|
||||||
background: none;
|
background: none;
|
||||||
|
|
||||||
&:before { display: none; }
|
&:before { display: none; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header__title {
|
||||||
|
margin-bottom: ($spacer*2);
|
||||||
|
padding-bottom: 0;
|
||||||
|
|
||||||
|
// the bottom line
|
||||||
|
&:after {
|
||||||
|
content: "";
|
||||||
|
height: 1px;
|
||||||
|
width: 5rem;
|
||||||
|
display: block;
|
||||||
|
margin: ($spacer * 2) auto 0 auto;
|
||||||
|
background: $gray-lighter;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.content--page--markdown {
|
.content--page--markdown {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
margin-bottom: ($spacer * 6);
|
margin-bottom: ($spacer * 6);
|
||||||
|
|
||||||
|
p { color: #fff; }
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer__copyright {
|
||||||
|
&,
|
||||||
|
.menu__link { color: rgba(#fff, .6); }
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu--footer {
|
.menu--footer {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user