This footer, lol

This commit is contained in:
jyamihud 2022-04-15 22:29:20 +03:00
parent 41a91c76d3
commit cc442ba07a
3 changed files with 2 additions and 10 deletions

View file

@ -137,19 +137,13 @@ p {
}
.side_found { margin-top: 100}
.footer {}
@media screen and (min-width: 1024px) {
.recomendations {
margin-left: 40%;}
.searchbar {
width: 35%;}
.footer {
width: 60%;
height: 70;
position: fixed;
bottom: 70;
left: 40%;}
.side_found {
margin-top: 0;
width: 35%;

View file

@ -300,6 +300,7 @@ def source_code_link(page):
<!-- This the the footer of every page -->
<hr>
This website is under the GNU AGPL license.
<!-- As always I want to add a bit of CSS to make tables

View file

@ -225,9 +225,6 @@ class handler(BaseHTTPRequestHandler):
page = page + '<div class="recomendations">'
page = render.suggestions(page, software_data)
page = page + "</div>"
page = page + '<div class="footer">'
page = render.source_code_link(page)
page = page + "</div>"