1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 14:35:26 +02:00

add the error pcss

This commit is contained in:
Umang G. Patel 2022-08-10 10:15:14 +05:30
parent fe62330b75
commit 7b8beac10a
2 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,15 @@
.error-page {
font-size: 15px;
text-align: center;
margin-top: 30vh;
h1 {
@media (--mobile) {
font-size: 20px;
}
}
p {
margin: 40px 0 20px;
}
}

View file

@ -8,6 +8,7 @@
@import './components/page.pcss';
@import './components/landing.pcss';
@import './components/auth.pcss';
@import './components/error.pcss';
@import './components/button.pcss';
@import './components/sidebar.pcss';
@import './components/navigator.pcss';