Skip to content

Commit

Permalink
fix footer
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj committed May 25, 2023
1 parent b23fe5d commit c51ccb6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ html, body {
background-color: var(--dark);
color: var(--light);
font-size: var(--def-fontsize);
justify-content: center;
}

main {
Expand Down
6 changes: 2 additions & 4 deletions afidsvalidator/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,9 @@
<div id="react-navbar"></div>
</header>

<div>
<main>{% block content %}{% endblock content %}</main>
<main>{% block content %}{% endblock content %}</main>

<div id="react-footer"></div>
</div>
<div id="react-footer"></div>

{% block scripts %}
<script type="text/javascript" src={{url_for("static", filename="lib/afidsvalidator-react/dist/index.js") }}></script>
Expand Down
2 changes: 1 addition & 1 deletion afidsvalidator/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{% block content %}
<div class="row">
<div class="col text-center">
<div class="text-center">
<a class="btn btn-light" role="button" href="{{ url_for("orcid.login") }}">
<div class="row">
<div class="col-4 mx-auto my-auto">
Expand Down

0 comments on commit c51ccb6

Please sign in to comment.