14 lines
228 B
CSS
14 lines
228 B
CSS
.phoneBox{
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-top: 20px;
|
|
}
|
|
.phoneBoxInput{
|
|
display: flex;
|
|
}
|
|
.phoneBoxTitle{
|
|
font-size: 16px;
|
|
margin-right: 10px;
|
|
line-height: 42px;
|
|
/* color: #929292; */
|
|
} |