mirror of
https://github.com/Readarr/Readarr
synced 2025-12-10 10:22:31 +01:00
12 lines
173 B
CSS
12 lines
173 B
CSS
.page {
|
|
composes: page from '~./Page.css';
|
|
}
|
|
|
|
.logoFull {
|
|
margin-top: 50px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
width: 48px;
|
|
height: 48px;
|
|
opacity: 0.75;
|
|
}
|