diff --git a/app/config/contributors.yaml b/app/config/contributors.yaml index d26cdd366..1ee2cd1dc 100755 --- a/app/config/contributors.yaml +++ b/app/config/contributors.yaml @@ -59,4 +59,9 @@ contributors: - name: "Oluwagbayi Makinde" username: "makindeo" year: 2024 - \ No newline at end of file + - 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..ab050c7fa 100755 --- a/app/static/css/base.css +++ b/app/static/css/base.css @@ -81,23 +81,18 @@ html, body { } .body-container { - height: 100%; - min-height: 100%; - margin-bottom: -100px; - /* margin-right: 20px; */ + min-height: 100vh; + margin-bottom: 0; } .footer { background-color: #e9ebec; - color:#1e2433; - text-align: center !important; - box-sizing: border-box !important; - width: 100%; /* Set the fixed width of the footer here */ - height: 80px; - line-height: 80px; /* Vertically center the text there */ - padding-left: 280px; /* Fixes sidebar spacing */ + color: #1e2433; + margin-bottom: 0; + padding: 8px 15px; } + .bottom-buffer { padding-bottom: 20px; width: 100%; @@ -119,7 +114,7 @@ a { #wrapper { width: 100%; - margin-bottom:90px !important; + margin-bottom:0 !important; } .sidebar-push { @@ -130,7 +125,6 @@ a { margin-right: 280px; } - .footerlink { font-weight: bold; } @@ -191,3 +185,17 @@ a { font-size:1.2em; z-index:999; } + +.page-shell { + min-height: 100vh; + display: flex; + flex-direction: column; +} + +.page-content { + flex: 1; +} + +.footer-row { + margin-top: auto; +} \ No newline at end of file diff --git a/app/static/css/contributors.css b/app/static/css/contributors.css index 0fe0601b0..2e419df9c 100755 --- a/app/static/css/contributors.css +++ b/app/static/css/contributors.css @@ -3,15 +3,10 @@ color: #ffffff; padding: 7px 30px; margin-top: 100px; - margin-right: 250px; } .container { top: -75px; } -.btn-holder { - position: relative; - right: 1050 px !important; -} #wrapper { width: 100%; margin-bottom:90px !important; diff --git a/app/templates/base.html b/app/templates/base.html index 4d6c2a79f..395601f2d 100755 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -37,7 +37,7 @@ {% endblock %}
- {% endblock %} diff --git a/app/templates/main/contributors.html b/app/templates/main/contributors.html index ffdfe4391..c3dc42e9f 100755 --- a/app/templates/main/contributors.html +++ b/app/templates/main/contributors.html @@ -23,12 +23,13 @@

Contributors

{% endfor %} -
- +
+
+
+
{% endblock %} -