Left-align page title; compact vertically a bit

This commit is contained in:
Josh Holtrop 2026-04-20 21:23:12 -04:00
parent c14f08d4b1
commit b94343722f

View File

@ -11,17 +11,25 @@
font-family: 'Segoe UI', system-ui, sans-serif;
min-height: 100vh;
margin: 0;
padding: 2rem;
padding: 1rem 2rem 2rem;
display: flex;
flex-direction: column;
align-items: center;
}
.header-controls {
position: fixed;
top: 1rem;
right: 2rem;
display: flex;
align-items: center;
gap: 1rem;
}
header {
width: 100%;
max-width: 400px;
text-align: center;
margin-bottom: 2rem;
text-align: left;
margin-bottom: 0rem;
padding-bottom: 1rem;
border-bottom: 1px solid #1e2433;
}
@ -32,6 +40,7 @@
letter-spacing: 0.05em;
color: #94a3b8;
text-transform: uppercase;
margin: 0;
}
header h1 span { color: #e2e8f0; }
@ -123,15 +132,6 @@
background: #166534;
}
.header-controls {
position: fixed;
top: 1rem;
right: 1rem;
display: flex;
align-items: center;
gap: 1rem;
}
.logout-form {
margin: 0;
}