mirror of
https://github.com/Readarr/Readarr
synced 2025-12-29 03:34:35 +01:00
4 lines
56 B
CSS
4 lines
56 B
CSS
.center {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|