15 lines
267 B
SCSS
15 lines
267 B
SCSS
@media (max-width: 767px) {
|
|
.songs {
|
|
> thead,
|
|
> tbody,
|
|
> tfoot {
|
|
> tr {
|
|
> th,
|
|
> td {
|
|
padding: $table-condensed-cell-padding;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|