mirror of
https://github.com/Radarr/Radarr
synced 2026-01-06 23:55:25 +01:00
8 lines
81 B
CSS
8 lines
81 B
CSS
.container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.column {
|
|
flex: 0 0 50%;
|
|
}
|