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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user