From 9b7998a6c0feedcd89faafc8279dbf54f823fcf8 Mon Sep 17 00:00:00 2001 From: BhushanSah Date: Mon, 22 Jun 2026 20:45:23 +0000 Subject: [PATCH 1/4] fixed the footer layout --- app/config/contributors.yaml | 3 +-- app/templates/base.html | 10 ++++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/app/config/contributors.yaml b/app/config/contributors.yaml index d26cdd366..7fffcd899 100755 --- a/app/config/contributors.yaml +++ b/app/config/contributors.yaml @@ -58,5 +58,4 @@ contributors: year: 2024 - name: "Oluwagbayi Makinde" username: "makindeo" - year: 2024 - \ No newline at end of file + year: 2024 \ No newline at end of file diff --git a/app/templates/base.html b/app/templates/base.html index 4d6c2a79f..9c9a49319 100755 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -66,10 +66,12 @@
{% block footer %} - + {% endblock %} {% endblock %} From 864860bf35c3148867ae721382b5a260b975f8b6 Mon Sep 17 00:00:00 2001 From: BhushanSah Date: Tue, 23 Jun 2026 13:49:15 +0000 Subject: [PATCH 2/4] FIxed the layout for footer --- app/config/contributors.yaml | 8 +++++++- app/static/css/base.css | 9 +++++++-- app/templates/base.html | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/app/config/contributors.yaml b/app/config/contributors.yaml index 7fffcd899..1ee2cd1dc 100755 --- a/app/config/contributors.yaml +++ b/app/config/contributors.yaml @@ -58,4 +58,10 @@ contributors: year: 2024 - name: "Oluwagbayi Makinde" username: "makindeo" - year: 2024 \ No newline at end of file + year: 2024 + - name: "Bhushan Sah" + username: "sahb" + year: 2029 + - name: "Artem Kurasov" + username: "kurasova" + year: 2029 \ No newline at end of file diff --git a/app/static/css/base.css b/app/static/css/base.css index 916fb4db9..fe64fa688 100755 --- a/app/static/css/base.css +++ b/app/static/css/base.css @@ -94,9 +94,14 @@ html, body { box-sizing: border-box !important; width: 100%; /* Set the fixed width of the footer here */ height: 80px; + margin-left: 100px; line-height: 80px; /* Vertically center the text there */ - padding-left: 280px; /* Fixes sidebar spacing */ -} + padding: 10px 0; + display: flex; + align-items: center; + justify-content: center;s + line-height: 1.35; +} .bottom-buffer { padding-bottom: 20px; diff --git a/app/templates/base.html b/app/templates/base.html index 9c9a49319..aa7802405 100755 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -67,7 +67,7 @@ {% block footer %}