position mr-t on 404

This commit is contained in:
Lisa Passing 2015-02-09 13:03:32 +01:00
parent 16e31a5b89
commit 2ebc2a6be1

View File

@ -2,6 +2,11 @@
* Error Pages * Error Pages
*/ */
.error
height: 100%
overflow: hidden
.main--error .main--error
min-height: 100% min-height: 100%
@ -37,7 +42,7 @@
.error-travis .error-travis
position: absolute position: absolute
top: 0 top: 0
height: 93vh height: 94vh
width: 100% width: 100%
overflow: hidden overflow: hidden
background: background:
@ -67,8 +72,10 @@
.error-travis .error-travis
background: background:
image: url(../images/error/pensive-travis.svg) image: url(../images/error/pensive-travis.svg)
// size: 77vw auto size: 77vw auto
size: 30vw auto
position: 34% 100% position: 34% 100%
@media #{$medium-up}
background-size: 45vw auto
@media #{$large-up}
background-size: 30vw auto