more css change for 404 page
This commit is contained in:
parent
521881e848
commit
f935b3c6df
1 changed files with 8 additions and 4 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue