fix styling - responsive

This commit is contained in:
Alfred Melch 2019-08-06 19:23:46 +02:00
parent 22f5644b9f
commit ae9f216946

View File

@ -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;
}
} }