diff --git a/src/App.css b/src/App.css index 7617ca8..b7a43c8 100644 --- a/src/App.css +++ b/src/App.css @@ -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 { diff --git a/src/components/soil/index.tsx b/src/components/soil/index.tsx index 6383ac4..b73105b 100644 --- a/src/components/soil/index.tsx +++ b/src/components/soil/index.tsx @@ -33,6 +33,7 @@ const Sensor = () => { return (
+
Soil
Temperature (in C)
{temp}
Capacitance