mirror of
https://github.com/Readarr/Readarr
synced 2026-02-27 09:05:20 +01:00
12 lines
187 B
CSS
12 lines
187 B
CSS
.infos {
|
|
display: flex;
|
|
flex: 0 0 250px;
|
|
flex-direction: column;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
@media only screen and (max-width: $breakpointSmall) {
|
|
.infos {
|
|
margin-left: 0;
|
|
}
|
|
}
|