Fixed error page style
This commit is contained in:
parent
80a9a4c9a5
commit
1a55a5bdb8
|
@ -1,12 +1,11 @@
|
||||||
.errorPageWrapper {
|
.errorPageWrapper {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
margin: -120px 0 -2em;
|
padding-top: 60px;
|
||||||
padding-top: 100px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.errorPage {
|
.errorPage {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 35%;
|
top: 37%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
|
|
||||||
.image-link:hover {
|
.image-link:hover {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user