Readarr/frontend/src/Components/Page/ErrorPage.css
2017-09-05 23:00:26 -04:00

12 lines
161 B
CSS

.page {
composes: page from './Page.css';
margin-top: 20px;
text-align: center;
font-size: 20px;
}
.version {
margin-top: 20px;
font-size: 16px;
}