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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user