fix style

This commit is contained in:
2026-01-10 02:24:05 +07:00
parent 6632d687a7
commit e4e1aa04ac

View File

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