7 lines
109 B
CSS
7 lines
109 B
CSS
.config-item {
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-left: 2rem;
|
|
margin-top: 1rem;
|
|
}
|