fix 404 css

This commit is contained in:
hossainemruz 2020-04-18 18:06:07 +06:00
parent af8a6c542b
commit 521881e848
2 changed files with 14 additions and 8 deletions

View file

@ -49,9 +49,13 @@
/* Medium devices (tablets, 768px and up) */
@media only screen and (max-width: 768px) {
.notFound img {
height: 400px;
}
.notFound .message {
top: 50%;
left: 10%;
top: 23%;
left: 25%;
}
}
@ -59,7 +63,7 @@
@media only screen and (max-width: 576px) {
.notFound img {
height: 500px;
height: 250px;
}
.notFound .message {