mirror of
https://github.com/Readarr/Readarr
synced 2025-12-28 11:13:22 +01:00
12 lines
161 B
CSS
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;
|
|
}
|