7 lines
63 B
CSS
7 lines
63 B
CSS
.col {
|
|
flex: 2;
|
|
}
|
|
|
|
.buttons {
|
|
justify-content: flex-end;
|
|
}
|