ampache_react/app/styles/Songs.scss

15 lines
267 B
SCSS
Raw Normal View History

2016-07-30 16:01:42 +02:00
@media (max-width: 767px) {
.songs {
> thead,
> tbody,
> tfoot {
> tr {
> th,
> td {
2016-07-31 12:18:46 +02:00
padding: $table-condensed-cell-padding;
2016-07-30 16:01:42 +02:00
}
}
}
}
}