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