]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Component Styling: Update image example to bigger size!
authorharry <harmanmanchanda182@gmail.com>
Thu, 1 Jun 2017 16:06:36 +0000 (21:36 +0530)
committerharry <harmanmanchanda182@gmail.com>
Thu, 1 Jun 2017 16:06:36 +0000 (21:36 +0530)
docs/pages/prototyping-utilities.md

index ddc68fb6962c0e253103b6d1fe2dffd3d4c86048..13e2434caab51916f6ef48ee1dfc6ad885488c28 100644 (file)
@@ -203,11 +203,11 @@ These `.radius`, `.rounded`, `.bordered` & `.shadow` classes can be used indepen
 #### Images
 
 ```html
-<img src="http://placehold.it/100x100" class="radius">
+<img src="http://placehold.it/150x150" class="radius">
 ```
 
 <div class="docs-code-live margin-bottom-1">
-       <img src="http://placehold.it/100x100" class="radius margin-right-1">
+       <img src="http://placehold.it/150x150" class="radius">
 </div>
 
 ---