mirror of
https://github.com/Radarr/Radarr
synced 2026-05-02 03:21:28 +02:00
8 lines
81 B
CSS
8 lines
81 B
CSS
.container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.column {
|
|
flex: 0 0 50%;
|
|
}
|