Skip to content
This repository was archived by the owner on Apr 25, 2019. It is now read-only.

Commit 3f20e02

Browse files
author
Dave Redfern
committed
Removing numbers from grid space
1 parent e2e2af8 commit 3f20e02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pattern/utility/grid/space.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<div class="grid g-space">
2-
<div class="g-col-xs-3"><div class="u-block u-fill-neutral-lighter">1</div></div>
3-
<div class="g-col-xs-3"><div class="u-block u-fill-neutral-lighter">2</div></div>
2+
<div class="g-col-xs-3"><div class="u-block u-fill-neutral-lighter"></div></div>
3+
<div class="g-col-xs-3"><div class="u-block u-fill-neutral-lighter"></div></div>
44
</div>

0 commit comments

Comments
 (0)