From 1a0de9e397acecdf5067cb2a06ae28bb75f0d9fb Mon Sep 17 00:00:00 2001 From: William Moore Date: Thu, 19 Jan 2023 18:14:30 -0600 Subject: [PATCH] Updates --- src/App.css | 6 ++++-- src/components/soil/index.tsx | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) 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