modified: templates/footer.html

modified:   templates/global_admin_dashboard.html
	modified:   templates/user_giveaways.html
	modified:   templates/user_landing_page.html
This commit is contained in:
SimolZimol
2025-08-24 00:52:47 +02:00
parent df8e6dd2b8
commit f15b521e9c
4 changed files with 35 additions and 26 deletions

View File

@@ -13,6 +13,8 @@
min-height: 100vh;
color: #e2e8f0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
display: flex;
flex-direction: column;
}
.landing-container {
@@ -22,12 +24,12 @@
border-radius: 20px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
padding: 2rem;
margin-top: 2rem;
margin-top: 1.5rem;
}
.welcome-header {
text-align: center;
margin-bottom: 3rem;
margin-bottom: 2rem;
padding-bottom: 1rem;
border-bottom: 1px solid rgba(102, 126, 234, 0.1);
}
@@ -222,7 +224,7 @@
<body>
{% include 'navigation.html' %}
<div class="container-fluid">
<div class="container-fluid" style="flex: 1;">
<div class="row justify-content-center">
<div class="col-lg-10 col-xl-8">
<div class="landing-container">