Skip to content

Commit

Permalink
Revert "Use padding instead of margin"
Browse files Browse the repository at this point in the history
This reverts commit b47c713.
  • Loading branch information
thisisdano committed Dec 2, 2019
1 parent b47c713 commit d59707a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/_uswds-theme-custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ body {
.main-content {
@include u-pin('right');
@include u-pin('bottom');
padding-top: units(5);
margin-top: units(5); // starting: not scrolled
position: relative;
width: 100%;

Expand Down

0 comments on commit d59707a

Please sign in to comment.