more css change for 404 page
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user