ampache_react/app/styles/Songs.scss

15 lines
241 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 {
padding: 5px;
}
}
}
}
}