mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
5 lines
56 B
CSS
5 lines
56 B
CSS
.center {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|