mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
13 lines
162 B
CSS
13 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;
|
|
}
|