mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
20 lines
363 B
SCSS
20 lines
363 B
SCSS
.SensorInfo{
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
min-width: 0;
|
|
min-height: 600px;
|
|
width: 80%;
|
|
.selector-row{
|
|
display: flex;
|
|
justify-content: center;
|
|
margin-bottom: 2em;
|
|
select{
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
.home{
|
|
margin-top: 1em;
|
|
}
|
|
} |