Skip to content

Commit

Permalink
adds center tag to fluid header example
Browse files Browse the repository at this point in the history
  • Loading branch information
RafiBomb committed May 31, 2016
1 parent b7c5bd7 commit cc2c8fa
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions docs/pages/wrapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```

Expand Down

0 comments on commit cc2c8fa

Please sign in to comment.