style: form blurb text centered

This commit is contained in:
2025-10-19 02:28:08 -05:00
parent b6120ffd40
commit 8ad1b2c694
2 changed files with 186 additions and 118 deletions

View File

@@ -186,19 +186,26 @@ opacity: 1;
display: flex;
flex-direction: column;
height: fit-content;
align-items: center;
}
.bg-form-blurb {
text-align: left;
align-items: flex-start;
}
.form-group {
display: flex;
flex-direction: column;
margin-bottom: 15px;
text-align: center;
align-items: center;
}
.form-group label {
margin-bottom: 5px;
font-weight: 500;
text-align: left;
width: 100%;
}
.form-group input,
@@ -209,6 +216,7 @@ opacity: 1;
font-size: var(--p-size);
width: 100%;
max-width: 400px;
text-align: left;
}
.form-group input:focus,