9 lines
145 B
CSS
9 lines
145 B
CSS
.imageEditor-buttons {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 1em 0 1em;
|
|
}
|
|
|
|
.first-imageEditor-buttons {
|
|
margin-top: 2em;
|
|
}
|