Skip to content

Commit

Permalink
small format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jlooper committed Feb 8, 2017
1 parent 44500b1 commit 5c05384
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/home/home.tab.html
Expand Up @@ -19,6 +19,7 @@

<!-- re-yowl -->
<FlexboxLayout class="column ry" borderWidth="1" borderColor="lightgray" borderRadius="2">

<FlexboxLayout class="row">
<Label class="bold" text="Mrs. Fluffypants"></Label>
<Label class="small" text="@mrsfluffypants"></Label>
Expand All @@ -34,7 +35,11 @@
<Button width="25%" [text]="'fa-heart' | fonticon" class="fa grey"></Button>
<Button width="25%" [text]="'fa-envelope' | fonticon" class="fa grey"></Button>
</FlexboxLayout>

</FlexboxLayout>

</FlexboxLayout>

</StackLayout>

</ScrollView>

0 comments on commit 5c05384

Please sign in to comment.