mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-07 09:15:58 +00:00
5 lines
56 B
CSS
5 lines
56 B
CSS
.center {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|