Skip to content

Commit

Permalink
Merge pull request #837 from uswds/dw-display-block
Browse files Browse the repository at this point in the history
Revert inline-block work for now
  • Loading branch information
mejiaj committed Dec 2, 2019
2 parents 6e4ff7d + 812b632 commit 483b0a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/_uswds-theme-custom-styles.scss
Expand Up @@ -485,7 +485,8 @@ body {
.main-content {
@include u-pin('right');
@include u-pin('bottom');
padding-top: units(5);
display: inline-block; // starting: not scrolled
margin-top: units(5); // starting: not scrolled
position: relative;
width: 100%;

Expand Down

0 comments on commit 483b0a4

Please sign in to comment.