]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update card.md 10586/head
authorcolinmackinlay <colin.mackinlay@russelleducationtrust.org.uk>
Wed, 30 Aug 2017 20:46:32 +0000 (21:46 +0100)
committerGitHub <noreply@github.com>
Wed, 30 Aug 2017 20:46:32 +0000 (21:46 +0100)
docs/pages/card.md

index 3550c81c72c2324fff4ecac286fb4405e6fd425f..5344bd55ded98419af151f02d4f90b9936d0b94e 100644 (file)
@@ -226,33 +226,4 @@ You can either set the width of cards with custom css or add them into the Found
     </div>
   </div>
 </div>
-<div class="row">
-  <div class="medium-4 columns">
-    <div class="card">
-      <img src="assets/img/generic/rectangle-1.jpg">
-      <div class="card-section">
-        <h4>This is a row of cards.</h4>
-        <p>This row of cards is embedded in a Float Grid.</p>
-      </div>
-    </div>
-  </div>
-  <div class="medium-5 columns">
-    <div class="card">
-      <img src="assets/img/generic/rectangle-1.jpg">
-      <div class="card-section">
-        <h4>This is a card.</h4>
-        <p>It has an easy to override visual style, and is appropriately subdued.</p>
-      </div>
-    </div>
-  </div>
-  <div class="medium-3 columns">
-    <div class="card">
-      <img src="assets/img/generic/rectangle-1.jpg">
-      <div class="card-section">
-        <h4>This is a card.</h4>
-        <p>It has an easy to override visual style, and is appropriately subdued.</p>
-      </div>
-    </div>
-  </div>
-</div>
 ```