mirror of
https://github.com/Radarr/Radarr
synced 2025-12-26 02:03:53 +01:00
17 lines
168 B
CSS
17 lines
168 B
CSS
.container {
|
|
display: flex;
|
|
}
|
|
|
|
.poster {
|
|
flex: 0 0 170px;
|
|
margin-right: 20px;
|
|
height: 250px;
|
|
}
|
|
|
|
.info {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.overview {
|
|
margin-bottom: 30px;
|
|
}
|