fix styling - responsive
This commit is contained in:
parent
22f5644b9f
commit
ae9f216946
@ -31,13 +31,11 @@ select {
|
||||
#root {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
/* border: 1px solid black; */
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
#root > div {
|
||||
margin: 10px 6px;
|
||||
/* border: 1px solid red; */
|
||||
}
|
||||
|
||||
.component {
|
||||
@ -54,4 +52,8 @@ select {
|
||||
main {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.chartComponent {
|
||||
min-width: 300px;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user