26 lines
423 B
CSS
26 lines
423 B
CSS
.error-container {
|
|
margin-top: 4em;
|
|
margin-bottom: 4em;
|
|
text-align: center;
|
|
}
|
|
.error-container h1 {
|
|
margin-bottom: .5em;
|
|
font-size: 120px;
|
|
line-height: 1em;
|
|
font-weight: normal;
|
|
}
|
|
.error-container h2 {
|
|
margin-bottom: .75em;
|
|
font-size: 28px;
|
|
}
|
|
.error-container .error-details {
|
|
margin-bottom: 1.5em;
|
|
font-size: 16px;
|
|
}
|
|
.error-container .error-actions a {
|
|
margin: 0 .5em;
|
|
}
|
|
#footer {
|
|
display: none;
|
|
}
|