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

@@ -0,0 +1,15 @@
.SensorInfo {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
flex-wrap: wrap;
min-width: 0;
width: 80%; }
.SensorInfo .selector-row {
margin-left: auto;
margin-right: auto; }
.SensorInfo .selector-row select + select {
margin-left: 5px; }
/*# sourceMappingURL=SensorInfo.css.map */