From f15b521e9c4dbbf63c8ea324e562c16f2752ea44 Mon Sep 17 00:00:00 2001 From: SimolZimol <70102430+SimolZimol@users.noreply.github.com> Date: Sun, 24 Aug 2025 00:52:47 +0200 Subject: [PATCH] modified: templates/footer.html modified: templates/global_admin_dashboard.html modified: templates/user_giveaways.html modified: templates/user_landing_page.html --- templates/footer.html | 42 +++++++++++++-------------- templates/global_admin_dashboard.html | 7 ++++- templates/user_giveaways.html | 4 ++- templates/user_landing_page.html | 8 +++-- 4 files changed, 35 insertions(+), 26 deletions(-) diff --git a/templates/footer.html b/templates/footer.html index 92a6078..4b2e0e9 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -86,7 +86,7 @@ .site-footer { background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%); color: #e2e8f0; - padding: 3rem 0 1rem 0; + padding: 2rem 0 0.75rem 0; margin-top: auto; border-top: 1px solid rgba(148, 163, 184, 0.2); position: relative; @@ -112,8 +112,8 @@ .footer-title { color: #f8fafc; font-weight: 600; - font-size: 1.1rem; - margin-bottom: 1rem; + font-size: 1rem; + margin-bottom: 0.75rem; display: flex; align-items: center; gap: 0.5rem; @@ -125,9 +125,9 @@ .footer-text { color: #94a3b8; - font-size: 0.9rem; - line-height: 1.6; - margin-bottom: 1rem; + font-size: 0.85rem; + line-height: 1.4; + margin-bottom: 0.75rem; } .footer-links { @@ -137,13 +137,13 @@ } .footer-links li { - margin-bottom: 0.5rem; + margin-bottom: 0.35rem; } .footer-links a { color: #94a3b8; text-decoration: none; - font-size: 0.9rem; + font-size: 0.85rem; transition: all 0.3s ease; display: flex; align-items: center; @@ -164,21 +164,21 @@ .footer-social { display: flex; - gap: 1rem; - margin-top: 1rem; + gap: 0.75rem; + margin-top: 0.75rem; } .social-link { display: inline-flex; align-items: center; justify-content: center; - width: 40px; - height: 40px; + width: 35px; + height: 35px; background: rgba(59, 130, 246, 0.1); border: 1px solid rgba(59, 130, 246, 0.2); border-radius: 50%; color: #3b82f6; - font-size: 1.2rem; + font-size: 1.1rem; transition: all 0.3s ease; text-decoration: none; } @@ -192,8 +192,8 @@ } .footer-bottom { - margin-top: 2rem; - padding-top: 1.5rem; + margin-top: 1.5rem; + padding-top: 1rem; border-top: 1px solid rgba(148, 163, 184, 0.1); } @@ -218,27 +218,27 @@ /* Responsive Design */ @media (max-width: 768px) { .site-footer { - padding: 2rem 0 1rem 0; + padding: 1.5rem 0 0.75rem 0; } .footer-title { - font-size: 1rem; - margin-bottom: 0.75rem; + font-size: 0.95rem; + margin-bottom: 0.5rem; } .footer-text, .footer-links a { - font-size: 0.85rem; + font-size: 0.8rem; } .footer-social { justify-content: center; - margin-top: 1.5rem; + margin-top: 1rem; } .footer-version { justify-content: center; - margin-top: 1rem; + margin-top: 0.75rem; flex-direction: column; gap: 0.25rem; } diff --git a/templates/global_admin_dashboard.html b/templates/global_admin_dashboard.html index b1eb34b..e9822e8 100644 --- a/templates/global_admin_dashboard.html +++ b/templates/global_admin_dashboard.html @@ -5,7 +5,10 @@ Global Admin Dashboard - + +
+
+
om/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">