2019-11-10 11:42:37 +00:00
|
|
|
.error-404 {
|
|
|
|
height: 100vh;
|
|
|
|
width: 100vw;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
flex-direction: column;
|
|
|
|
|
2020-02-21 11:44:13 +00:00
|
|
|
h1,
|
|
|
|
p,
|
|
|
|
a,
|
|
|
|
strong {
|
2020-08-20 10:06:44 +00:00
|
|
|
color: var(--colour-graphite);
|
2020-08-16 09:52:30 +00:00
|
|
|
|
|
|
|
@include darkMode {
|
2020-08-17 21:05:18 +00:00
|
|
|
background-color: var(--colour-white);
|
|
|
|
padding: var(--size-base);
|
2020-08-16 09:52:30 +00:00
|
|
|
}
|
2020-02-21 11:44:13 +00:00
|
|
|
}
|
|
|
|
|
2019-11-10 11:42:37 +00:00
|
|
|
.fourohfour {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
transition: transform 5s ease-in-out;
|
|
|
|
}
|
|
|
|
}
|