Updates
This commit is contained in:
parent
b71b01d785
commit
1a0de9e397
@ -4,14 +4,16 @@
|
||||
|
||||
.rainfall-gauge {
|
||||
border: .01em solid black;
|
||||
border-radius: 1em;
|
||||
padding: .6em;
|
||||
height: 3vh;
|
||||
}
|
||||
|
||||
.soil-gauge {
|
||||
border: .01em solid black;
|
||||
border-radius: 1em;
|
||||
padding: .6em;
|
||||
height: 5vh;
|
||||
height: 7vh;
|
||||
}
|
||||
|
||||
@media (max-width: 501px) {
|
||||
@ -28,7 +30,7 @@
|
||||
}
|
||||
|
||||
.soil-gauge {
|
||||
height: 10vh;
|
||||
height: 12vh;
|
||||
}
|
||||
|
||||
.rainfall-gauge {
|
||||
|
@ -33,6 +33,7 @@ const Sensor = () => {
|
||||
|
||||
return (
|
||||
<div className={'gauge-body'}>
|
||||
<div className={'gauge-label'}>Soil</div>
|
||||
<div className={'gauge-label'}>Temperature (in C)</div>
|
||||
<div>{temp}</div>
|
||||
<div className={'gauge-label'}>Capacitance</div>
|
||||
|
Loading…
Reference in New Issue
Block a user