Ghost_Ruby_Theme/assets/css/site/error.css
Sodbileg Gansukh e48ab604ad Lint CSS files
2020-09-24 10:18:34 +08:00

17 lines
234 B
CSS

.error {
text-align: center;
}
.error-code {
font-size: 40px;
font-weight: 700;
letter-spacing: 2px;
line-height: 1;
margin: 60px 0 10px;
}
.error-message {
color: var(--secondary-text-color);
margin-bottom: 45px;
}