]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
adds center tag to fluid header example
authorRafiBomb <rafi@zurb.com>
Tue, 31 May 2016 17:38:48 +0000 (10:38 -0700)
committerRafiBomb <rafi@zurb.com>
Tue, 31 May 2016 17:38:48 +0000 (10:38 -0700)
docs/pages/wrapper.md

index 7ec4056f7b1e1c9f142fb8ce7761306a20040a29..39965ce7d67bdd3ba9623b1b3bedf8559399dd68 100644 (file)
@@ -47,16 +47,18 @@ Creating a fluid header with the `<wrapper>` component is pretty straight forwar
 </style>
 
 <wrapper class="header">
-  <container>
-    <row class="collapse">
-      <columns small="6">
-        <img src="http://placehold.it/200x50/663399">
-      </columns>
-      <columns small="6">
-        <p class="text-right">HEADER</p>
-      </columns>
-    </row>
-  </container>
+  <center>
+    <container>
+      <row class="collapse">
+        <columns small="6">
+          <img src="http://placehold.it/200x50/663399">
+        </columns>
+        <columns small="6">
+          <p class="text-right">HEADER</p>
+        </columns>
+      </row>
+    </container>
+  </center>
 </wrapper>
 ```