Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
16 lines
221 B
SCSS
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;
|
|
}
|
|
}
|