1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00

almost finished with chart

This commit is contained in:
2016-09-16 19:02:38 +00:00
parent 922e3c9cef
commit 5e5db2698d
9 changed files with 113 additions and 58 deletions

View File

@@ -2,14 +2,15 @@
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-width: 0;
width: 80%;
.selector-row{
display: flex;
justify-content: center;
}
.recharts-wrapper{
flex: 1;
margin-left: auto;
margin-right: auto;
margin-bottom: 1em;
select+select{
margin-left: 5px;
}
}
}