mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 02:12:53 +00:00
16 lines
339 B
CSS
16 lines
339 B
CSS
.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 */
|