Skip to content

Commit

Permalink
Fix alignment of buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
faheemzunjani committed Oct 19, 2018
1 parent edba65d commit a382540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion choice.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h5 class="grey-text text-lighten-5">John Doe</h5>
</div>
<div class="row" style="height: 15%"></div>
<div class="row">
<div class="col s10 offset-s1">
<div class="col s12 center-align">
<a class="waves-effect waves-light btn-small"><i class="material-icons left">add_circle_outline</i>Request</a>
<a class="waves-effect waves-light btn-small"><i class="material-icons right">done_outline</i>Accept</a>
</div>
Expand Down

0 comments on commit a382540

Please sign in to comment.