mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +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;
|
|
}
|
|
}
|
|
|