Skip to content

Commit e9ae91f

Browse files
committed
Fixes issue where alignment example wasn't centered
1 parent 769e859 commit e9ae91f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/lostgrid-example.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -836,6 +836,7 @@
836836
.AlignmentSection__grid div {
837837
background: #e5b1af;
838838
width: calc(99.9% * 1/3 - (30px - 30px * 1/3));
839+
margin-top: 0; /* Overrides to ensure centering */
839840
}
840841

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

0 commit comments

Comments
 (0)