Sonarr/frontend/src/Components/NotFound.css
Mark McDowall 5894b4fd95 v3 UI
2018-12-29 13:08:43 +01:00

14 lines
159 B
CSS

.container {
text-align: center;
}
.message {
margin: 50px 0;
text-align: center;
font-weight: 300;
font-size: 36px;
}
.image {
height: 350px;
}