jitsi-meet/css/404.scss
theluyuan 38ba663466
Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
init
2025-09-02 14:49:16 +08:00

16 lines
221 B
SCSS

.error_page {
width: 60%;
margin: 20% auto;
text-align: center;
h2 {
font-size: 3rem;
color : #f2f2f2;
}
&__message {
font-size: 1.5rem;
margin-top: 20px;
}
}