2024-04-07 20:20:16 +01:00

11 lines
138 B
SCSS

.todo {
display: flex;
flex-direction: row;
align-items: center;
margin: 6px 0;
> * {
margin: 0 3px;
}
}