Skip to content

Commit cc2c8fa

Browse files
author
RafiBomb
committed
adds center tag to fluid header example
1 parent b7c5bd7 commit cc2c8fa

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

docs/pages/wrapper.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,18 @@ Creating a fluid header with the `<wrapper>` component is pretty straight forwar
4747
</style>
4848
4949
<wrapper class="header">
50-
<container>
51-
<row class="collapse">
52-
<columns small="6">
53-
<img src="http://placehold.it/200x50/663399">
54-
</columns>
55-
<columns small="6">
56-
<p class="text-right">HEADER</p>
57-
</columns>
58-
</row>
59-
</container>
50+
<center>
51+
<container>
52+
<row class="collapse">
53+
<columns small="6">
54+
<img src="http://placehold.it/200x50/663399">
55+
</columns>
56+
<columns small="6">
57+
<p class="text-right">HEADER</p>
58+
</columns>
59+
</row>
60+
</container>
61+
</center>
6062
</wrapper>
6163
```
6264

0 commit comments

Comments
 (0)