sonarr-repo-only/frontend/src/Components/NotFound.css

15 lines
159 B
CSS
Raw Normal View History

2018-01-13 02:01:27 +00:00
.container {
text-align: center;
}
.message {
margin: 50px 0;
text-align: center;
font-weight: 300;
font-size: 36px;
}
.image {
height: 350px;
}