blob: ede93160e78b007957e928c193fbb492ff6dec19 [file] [log] [blame]
.wrapper {
display: flex;
margin-bottom: 20px;
justify-content: space-between;
.container {
display: flex;
gap: 8px;
align-items: center;
}
.container:first-child {
gap: 0px;
justify-content: flex-start;
}
.container:last-child {
justify-content: flex-end;
}
}