Skip to content

Commit

Permalink
Fix up that last tablet adjustment to be margin, not padding
Browse files Browse the repository at this point in the history
  • Loading branch information
ofsound committed Feb 16, 2016
1 parent e953f84 commit 4f7d27d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion greenfield/app/assets/stylesheets/greenfield/mobile.css.scss
Expand Up @@ -3,7 +3,7 @@
@media only screen and (max-width: 1024px) {
.main-table-row {
main {
padding-top: $baseline;
margin-top: $baseline;
}
}
}
Expand All @@ -15,6 +15,7 @@
width: 100%;
padding: 0 20px;
padding-bottom: $baseline * 2;
margin-top: 0;
.playlist {
float: none;
width: 100%;
Expand Down

0 comments on commit 4f7d27d

Please sign in to comment.