more css change for 404 page

This commit is contained in:
hossainemruz 2020-04-18 18:24:29 +06:00
parent 521881e848
commit f935b3c6df

View file

@ -35,6 +35,10 @@
} }
@media (max-width: 1200px) { @media (max-width: 1200px) {
.notFound .message {
top: 50%;
left: 25%;
}
} }
/* Large devices (desktops, 992px and up) */ /* Large devices (desktops, 992px and up) */
@ -54,8 +58,8 @@
} }
.notFound .message { .notFound .message {
top: 23%; top: 20rem;
left: 25%; left: 4rem;
} }
} }
@ -67,7 +71,7 @@
} }
.notFound .message { .notFound .message {
top: 50%; top: 20rem;
left: 5%; left: 2rem;
} }
} }