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