]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fixing grid docs annoying visual bug
authorRafi <rafibomb@users.noreply.github.com>
Mon, 23 May 2016 21:54:46 +0000 (14:54 -0700)
committerRafi <rafibomb@users.noreply.github.com>
Mon, 23 May 2016 21:54:46 +0000 (14:54 -0700)
docs/pages/grid.md

index 6e1da67c7fdbe9f81c3d8c481afccb305714ae6f..7e0517a0127163b2dda73dfc5ef9a3762301237e 100644 (file)
@@ -88,7 +88,7 @@ Small grids expand to large screens easier than large grids cram into small scre
 
 ```html
 <div class="row">
-  <div class="small-2 columns">2 columns</div>
+  <div class="small-2 columns">2 <span class="hide-for-small-only">columns</span></div>
   <div class="small-10 columns">10 columns</div>
 </div>
 <div class="row">