Skip to content

Commit

Permalink
Merge pull request #155 from edx/mikix/drop-extra-border
Browse files Browse the repository at this point in the history
fix: remove extraneous border line
  • Loading branch information
mikix authored Mar 28, 2022
2 parents 189f33e + 2d7ef99 commit 33554b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ $border-1: 1px solid $gray-200;
.area-5 {
grid-column: 2 / span 3;
grid-row: 2;
border: none;
border-left: none;
margin-left: 0;
padding-left: 0;
}
Expand Down

0 comments on commit 33554b1

Please sign in to comment.