Skip to content

Commit b8510fd

Browse files
committed
fix some layout issues
1 parent e8bb451 commit b8510fd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: pay.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<div><h1 class="text-center">Pay</h1><br/></div>
88
<div class="col-sm-8 col-sm-offset-2 col-md-8 col-md-offset-2">
99
<p class="lead">Need to send me cash? You can do so securely and easily with the click of a button. Payments can be sent via PayPal or Square Cash. Thanks so much!</p>
10+
</div> <!-- col-->
11+
</div> <!-- row -->
1012

11-
<div class="row">
12-
<div class="col-md-12 col-sm-12 col-xs-12 center">
13-
<a class="btn btn-default" href="https://www.paypal.me/jessesquires" target="_blank"><i class="fa fa-lg fa-paypal" aria-hidden="true"></i> Paypal Me</a>
14-
<a class="btn btn-default" href="https://cash.me/$jsq" target="_blank"><i class="fa fa-lg fa-usd" aria-hidden="true"></i> Square Cash</a>
15-
</div> <!-- col -->
16-
</div> <!-- row -->
17-
13+
<div class="row">
14+
<div class="col-md-12 col-sm-12 col-xs-12 center">
15+
<a class="btn btn-default" href="https://www.paypal.me/jessesquires" target="_blank"><i class="fa fa-lg fa-paypal" aria-hidden="true"></i> Paypal Me</a>
16+
<a class="btn btn-default" href="https://cash.me/$jsq" target="_blank"><i class="fa fa-lg fa-usd" aria-hidden="true"></i> Square Cash</a>
17+
</div> <!-- col -->
1818
</div> <!-- row -->

0 commit comments

Comments
 (0)