Skip to content

Commit

Permalink
fix Artists and Tracks view layout (#133) (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohank524 authored and ralyodio committed Oct 31, 2018
1 parent e6acb72 commit 6c4570e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/artist/TrackCover.vue
Expand Up @@ -56,8 +56,8 @@ export default {
@import './src/assets/styles/base.scss';
.track {
width: 18.25rem;
height: 18.25rem;
width: 21rem;
height: 21rem;
margin-left: .5rem;
margin-bottom: .5rem;
display: flex;
Expand Down

0 comments on commit 6c4570e

Please sign in to comment.