12 lines
164 B
CSS
12 lines
164 B
CSS
|
#scaleControl {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
#controls {
|
||
|
width: 80%;
|
||
|
text-align: center;
|
||
|
margin: 0 auto;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
}
|