mirror of
https://github.com/xibyte/jsketcher
synced 2026-01-01 05:12:42 +01:00
8 lines
96 B
Text
8 lines
96 B
Text
.root {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
& > * {
|
|
margin-left: 0.5rem;
|
|
}
|
|
}
|
|
|