7 lines
99 B
CSS
7 lines
99 B
CSS
.checkbox-group {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
margin-top: 1rem;
|
|
}
|