9 lines
142 B
CSS
9 lines
142 B
CSS
div.error-container > p, body > h1 {
|
|
text-align: center;
|
|
}
|
|
|
|
div.error-container > img {
|
|
display: block;
|
|
max-height: 512px;
|
|
margin: auto;
|
|
} |