diff --git a/public/assets/cloud.css b/public/assets/cloud.css index 8986887..cbb8f7b 100755 --- a/public/assets/cloud.css +++ b/public/assets/cloud.css @@ -3,18 +3,21 @@ margin: 0; padding: 0; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif; + } body { background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%); color: #2d3748; - min-height: 100vh; + height: 100%; + min-height: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; padding: 1rem; position: relative; + overflow-x: hidden; } header { @@ -86,9 +89,10 @@ main.container { width: 100%; max-width: 1200px; padding: 2rem; - margin: 80px auto 40px; + margin: 3rem auto 40px; position: relative; z-index: 2; + min-height: 100dvh; } .login-card { @@ -787,7 +791,7 @@ main.container { display: flex; justify-content: space-between; align-items: center; - margin-bottom: 2.5rem; + margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 2px solid rgba(0, 0, 0, 0.05); } @@ -2341,4 +2345,4 @@ main.container { padding: 0.75rem 1rem; font-size: 1rem; } -} +} \ No newline at end of file