18 lines
188 B
SCSS
18 lines
188 B
SCSS
---
|
|
---
|
|
|
|
.error-page {
|
|
text-align: center;
|
|
padding: 20px 0;
|
|
|
|
.error-name {
|
|
font-size: 1.5rem;
|
|
font-weight: 700;
|
|
}
|
|
|
|
h2 {
|
|
margin: 30px 0;
|
|
font-size: 4em;
|
|
line-height: 1;
|
|
}
|
|
}
|