5 lines
70 B
CSS
5 lines
70 B
CSS
.buttons {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
flex: 1;
|
|
}
|