mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-23 23:29:41 +02:00
30 lines
363 B
Text
30 lines
363 B
Text
|
.error-page {
|
||
|
font-size: 15px;
|
||
|
text-align: center;
|
||
|
position: absolute;
|
||
|
top: 45%;
|
||
|
left: 50%;
|
||
|
|
||
|
@media (--mobile) {
|
||
|
position: relative;
|
||
|
top: 30vh;
|
||
|
left: 0;
|
||
|
}
|
||
|
|
||
|
@media (--tablet) {
|
||
|
position: relative;
|
||
|
top: 30vh;
|
||
|
left: 0;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
@media (--mobile) {
|
||
|
font-size: 20px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
p {
|
||
|
margin: 40px 0 20px;
|
||
|
}
|
||
|
}
|