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