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