Skip to content

Commit

Permalink
Fixes issue where alignment example wasn't centered
Browse files Browse the repository at this point in the history
  • Loading branch information
peterramsing committed Mar 3, 2018
1 parent 769e859 commit e9ae91f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/lostgrid-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,7 @@
.AlignmentSection__grid div {
background: #e5b1af;
width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
margin-top: 0; /* Overrides to ensure centering */
}

.AlignmentSection__grid div:nth-child(1n) {
Expand Down

0 comments on commit e9ae91f

Please sign in to comment.