Skip to content

Commit

Permalink
corrected padding to align header content w/ body content
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Bunyan committed May 2, 2019
1 parent fc9455e commit d35e0b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/components/stats/GameProfile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $header-height: 97px;
position: relative;
background: $background-lightest !important;
width: calc(100% + 40px);
padding: 0 40px 0 40px;
padding: 0 40px 0 34px;
margin-left: -20px;
z-index: 2; // needed for shadow to show up
box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
Expand Down Expand Up @@ -42,7 +42,6 @@ $header-height: 97px;

.play-button {
justify-self: end;
margin-right: 14px;
}
}

Expand Down

0 comments on commit d35e0b1

Please sign in to comment.