diff --git a/src/components/Samples.css b/src/components/Samples.css index d1d2321..186f3e7 100644 --- a/src/components/Samples.css +++ b/src/components/Samples.css @@ -1,9 +1,9 @@ .samples-card { width: 35vw; - height: 10vh; + height: 15vh; background-color: white; - margin: 10px; - padding: 10px; + margin: 1rem; + padding: 1rem; border-style: solid; border-color: rgb(219, 219, 219); border-radius: 6px; @@ -14,6 +14,10 @@ margin: 30px; } +.sample-classification { + font-size: small; +} + .sample-time { font-size: small; } diff --git a/src/components/Samples.js b/src/components/Samples.js index eff80b3..2642468 100644 --- a/src/components/Samples.js +++ b/src/components/Samples.js @@ -33,6 +33,7 @@ const Samples = () => { samples.map((alert, index) => (
{alert.classificationResult}
{alert.testTime}
{moment(alert.testTime).fromNow()}