Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Remove side margins on datatables on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanerk committed Jun 16, 2020
1 parent 54a11e4 commit c5fb036
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lifesaving_rankings/static/src/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -343,4 +343,10 @@ tfoot tr th {

.version.divider {
padding-top: 3rem;
}
}

@media screen and (max-width: $break-small) {
#content .dataTables_wrapper .sixteen.wide.column {
padding: 1rem 0;
}
}

0 comments on commit c5fb036

Please sign in to comment.