15 lines
176 B
CSS
15 lines
176 B
CSS
|
|
.form {
|
||
|
|
padding: 0 24px;
|
||
|
|
justify-content: center;
|
||
|
|
width: 409px;
|
||
|
|
margin-bottom: 72px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.fieldRow {
|
||
|
|
margin-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.recentCallsTitle {
|
||
|
|
margin-bottom: 32px;
|
||
|
|
}
|