more
This commit is contained in:
@@ -11,7 +11,7 @@ body {
|
||||
|
||||
.app-container {
|
||||
background-color: #f5f5f5;
|
||||
min-height: 100vh;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-size: 16px;
|
||||
@@ -70,6 +70,11 @@ body {
|
||||
margin: 4px 5px;
|
||||
}
|
||||
|
||||
.formHeader {
|
||||
text-align: center;
|
||||
letter-spacing: 0.08rem;
|
||||
}
|
||||
|
||||
.formHeader2 {
|
||||
letter-spacing: 0.08rem;
|
||||
margin-top: 10px;
|
||||
@@ -156,11 +161,13 @@ body {
|
||||
}
|
||||
|
||||
.inputContainer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin: 0px auto;
|
||||
min-width: 250px;
|
||||
max-width: 250px;
|
||||
margin-right: 25px;
|
||||
padding-bottom: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.navBarContainer {
|
||||
@@ -216,7 +223,6 @@ body {
|
||||
}
|
||||
|
||||
.formHeader {
|
||||
max-width: 250px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user