Skip to content

Commit

Permalink
#125 center login buttons for admin login
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmccann committed Mar 10, 2023
1 parent 110296d commit f6835d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/admin/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@
<div class="submit-row"
style="display: flex; flex-direction: row; justify-content: space-around; align-items: center; padding: 0;">

<div class="form-row">
<div class="form-row" style="text-align: center">
<a href="{% url 'social:begin' 'geoplatform' %}" style="cursor: pointer">
<span class="esriSignIn">Login using EPA GeoPlatform</span>
</a>
</div>
</div>
<div class="submit-row"
style="display: flex; flex-direction: row; justify-content: space-around; align-items: center; padding: 0;">
<div class="form-row">
<div class="form-row" style="text-align: center">
<a href="{% url 'social:begin' 'geosecure' %}" style="cursor: pointer">
<span class="esriSignIn">Login using EPA GeoSecure</span>
</a>
Expand Down

0 comments on commit f6835d6

Please sign in to comment.