mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 00:45:08 +01:00
8 lines
111 B
Text
8 lines
111 B
Text
.root {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
& > *:not(:first-child) {
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
|