Fixed error page style

This commit is contained in:
kvakazyambra 2023-11-13 21:28:21 +03:00
parent 80a9a4c9a5
commit 1a55a5bdb8

View File

@ -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 {