8 lines
81 B
CSS
8 lines
81 B
CSS
![]() |
.buttons {
|
||
|
display: flex;
|
||
|
}
|
||
|
|
||
|
.buttons button + button {
|
||
|
margin-left: 10px;
|
||
|
}
|