11 lines
159 B
CSS
11 lines
159 B
CSS
div {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
column-gap: 10px;
|
|
}
|
|
|
|
.btn-group {
|
|
margin-left: 0px;
|
|
justify-content: flex-end;
|
|
} |