16 lines
207 B
CSS
16 lines
207 B
CSS
img {
|
|
height: 1em;
|
|
}
|
|
|
|
div {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
column-gap: 10px;
|
|
margin-right: 4ch;
|
|
}
|
|
|
|
.btn-group {
|
|
margin-left: 0px;
|
|
justify-content: flex-end;
|
|
} |