mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-10 09:52:51 +00:00
15 lines
240 B
SCSS
15 lines
240 B
SCSS
.SensorInfo{
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
|
|
.selector-row{
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.recharts-wrapper{
|
|
flex: 1;
|
|
}
|
|
} |