mirror of
https://github.com/TryGhost/Ruby.git
synced 2024-10-30 04:48:33 +02:00
17 lines
234 B
CSS
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;
|
|
}
|