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 {
height: 100vh;
margin: -120px 0 -2em;
padding-top: 100px;
padding-top: 60px;
}
.errorPage {
position: relative;
top: 35%;
top: 37%;
transform: translateY(-50%);
.image-link:hover {