mirror of https://github.com/lidarr/Lidarr
5 lines
56 B
CSS
5 lines
56 B
CSS
|
.center {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
}
|