mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-11 10:14:55 +01:00
12 lines
162 B
CSS
12 lines
162 B
CSS
.page {
|
|
composes: page from '~./Page.css';
|
|
|
|
margin-top: 20px;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.version {
|
|
margin-top: 20px;
|
|
font-size: 16px;
|
|
}
|