34 lines
472 B
CSS
34 lines
472 B
CSS
|
|
.torrent-information-row .info-table {
|
|
flex-basis: 60%;
|
|
}
|
|
|
|
@media only screen and (max-width: 600px)
|
|
{
|
|
.torrent-information-row {
|
|
flex-direction: column;
|
|
}
|
|
.torrent-information-row .info-table {
|
|
flex-basis: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 445px)
|
|
{
|
|
.recent-title {
|
|
padding-left: 10px !important;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 510px)
|
|
{
|
|
.donation-line {
|
|
width: 65%;
|
|
}
|
|
}
|
|
|
|
.donation-line {
|
|
margin-top: 15px;
|
|
}
|