mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-29 18:14:28 -04:00
14 lines
157 B
CSS
14 lines
157 B
CSS
.description {
|
|
line-height: $lineHeight;
|
|
}
|
|
|
|
.description {
|
|
margin-left: 0;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.description {
|
|
margin-left: 180px;
|
|
}
|
|
}
|