Skip to content

Commit

Permalink
bottom navbar padding and not sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
rawxfish committed Dec 19, 2024
1 parent 7c8ba59 commit 5c2a603
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 3 additions & 5 deletions cardboard/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,11 @@
{% endif %}
{% endfor %}

<div class="container-fluid pb-5">

{% block page_content %}{% endblock %}

<div class="container-fluid pb-2">
{% block page_content %}{% endblock %}
</div>

<div class="navbar fixed-bottom navbar-themed">
<div class="navbar navbar-themed">
<p class="small text-muted mb-0">By using our site, you acknowledge that you have read and understand our <a href="{% url 'privacy'%}">Privacy Policy</a></p>
<p class="small text-muted mb-0">Find us on <a href="https://github.com/cardinalitypuzzles/cardboard">GitHub</a></p>
</div>
Expand Down
6 changes: 4 additions & 2 deletions cardboard/templates/reactbase.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@
{% endif %}
{% endfor %}

{% block page_content %}{% endblock %}
<div class="pb-2">
{% block page_content %}{% endblock %}
</div>

<div class="navbar fixed-bottom navbar-themed">
<div class="navbar navbar-themed">
<p class="small text-muted mb-0">By using our site, you acknowledge that you have read and understand our <a href="{% url 'privacy'%}">Privacy Policy</a></p>
<p class="small text-muted mb-0">Find us on <a href="https://github.com/cardinalitypuzzles/cardboard">GitHub</a></p>
</div>
Expand Down

0 comments on commit 5c2a603

Please sign in to comment.