Skip to content

Commit

Permalink
Move the footer form the footer to the left column
Browse files Browse the repository at this point in the history
  • Loading branch information
spudooli committed Aug 27, 2022
1 parent 0f517aa commit 5c34929
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 4 additions & 0 deletions reader/static/style.css
Expand Up @@ -90,4 +90,8 @@ text-decoration: underline;
.makesomeroom {
margin-bottom: 40px;
margin-top: 30px;
}

.left-footer {
margin-top: 400px;
}
7 changes: 1 addition & 6 deletions reader/templates/base.html
Expand Up @@ -35,12 +35,7 @@
{% endfor %}
{% block content %}{% endblock %}

<footer class="footer mt-auto py-3">
<div class="container">
<span class="text-muted"><p>© Copyright {{ now.year }} <br><a href="http://www.spudooli.com" target="_blank">Spudooli Investments
Ltd</a></p></span>
</div>
</footer>

<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
Expand Down
2 changes: 2 additions & 0 deletions reader/templates/index.html
Expand Up @@ -22,6 +22,8 @@ <h2>Feeds</h2>
<div class="leftnavstuff">
<a href="{{ url_for('stars') }}">Stars</a><br>
<a href="{{ url_for('feedadmin') }}">Feeds Admin</a>
<div class="left-footer"><p>© Copyright {{ now.year }} <br><a href="http://www.spudooli.com" target="_blank">Spudooli Investments
Ltd</a></p></div>
</div>
</div>

Expand Down

0 comments on commit 5c34929

Please sign in to comment.