mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
6 lines
57 B
CSS
6 lines
57 B
CSS
|
|
.center {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|