style: form blurb text centered
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user