Skip to content

Commit

Permalink
Justify on center full-width PayPal button
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Nov 2, 2020
1 parent d557a81 commit 3d8b66c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Resources/views/payWithPaypal.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,12 @@
#paypal-button-container {
display: grid;
grid-gap: 10px;
justify-items: center;
}
</style>
{% endblock %}
<div id="paypal-payment-container" class="ui segment loadable">
<div class="container">
<div class="container ui fluid">
<div id="tabs" class="ui top attached tabular menu">
<div class="active item" data-tab="paypal">PayPal</div>
<div class="item" data-tab="card">Card</div>
Expand Down

0 comments on commit 3d8b66c

Please sign in to comment.