Left-align page title; compact vertically a bit
This commit is contained in:
parent
c14f08d4b1
commit
b94343722f
@ -11,17 +11,25 @@
|
|||||||
font-family: 'Segoe UI', system-ui, sans-serif;
|
font-family: 'Segoe UI', system-ui, sans-serif;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 2rem;
|
padding: 1rem 2rem 2rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header-controls {
|
||||||
|
position: fixed;
|
||||||
|
top: 1rem;
|
||||||
|
right: 2rem;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 400px;
|
text-align: left;
|
||||||
text-align: center;
|
margin-bottom: 0rem;
|
||||||
margin-bottom: 2rem;
|
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
border-bottom: 1px solid #1e2433;
|
border-bottom: 1px solid #1e2433;
|
||||||
}
|
}
|
||||||
@ -32,6 +40,7 @@
|
|||||||
letter-spacing: 0.05em;
|
letter-spacing: 0.05em;
|
||||||
color: #94a3b8;
|
color: #94a3b8;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
header h1 span { color: #e2e8f0; }
|
header h1 span { color: #e2e8f0; }
|
||||||
@ -123,15 +132,6 @@
|
|||||||
background: #166534;
|
background: #166534;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-controls {
|
|
||||||
position: fixed;
|
|
||||||
top: 1rem;
|
|
||||||
right: 1rem;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logout-form {
|
.logout-form {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user