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;
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);
}