Files
worlio-themes/css/error.css

9 lines
112 B
CSS
Raw Normal View History

2023-05-10 16:14:57 -05:00
body > p, body > h1 {
text-align: center;
}
body > img {
display: block;
max-height: 512px;
margin: auto;
}