diff --git a/components/MainCard.js b/components/MainCard.js index f22a42c..986cf85 100644 --- a/components/MainCard.js +++ b/components/MainCard.js @@ -17,12 +17,11 @@ export const MainCard = ({
{description}
{title}
{unit}
diff --git a/components/MetricsCard.module.css b/components/MetricsCard.module.css index 7161eff..f5d3d2d 100644 --- a/components/MetricsCard.module.css +++ b/components/MetricsCard.module.css @@ -9,6 +9,11 @@ grid-template-columns: 1fr 1fr; } +.image { + height: 100px; + width: 100px; +} + @media only screen and (max-width: 475px) { .content { grid-template-columns: 1fr 2fr;