diff --git a/src/components/Card/Card.tsx b/src/components/Card/Card.tsx index 90918e6..132ccaa 100644 --- a/src/components/Card/Card.tsx +++ b/src/components/Card/Card.tsx @@ -20,7 +20,7 @@ export default function Card({ {header && ( )} - {children} +
{children}
); } diff --git a/src/components/Card/style.module.css b/src/components/Card/style.module.css index 7fe629c..c02546c 100644 --- a/src/components/Card/style.module.css +++ b/src/components/Card/style.module.css @@ -1,7 +1,7 @@ .card { display: flex; flex-direction: column; - justify-content: center; + justify-content: flex-start; background-color: #c0c0c0; border-top: 2px solid white; border-left: 2px solid white; @@ -9,3 +9,8 @@ border-right: 2px solid #828282; margin: 10px; } + +.cardContent { + display: flex; + height: 100%; +} diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 8765cd2..fe91dfa 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -1,10 +1,8 @@ import style from "./style.module.css"; -import weedImage from "/img/weed.png" +import weedImage from "/img/weed.png"; export default function Footer() { - - return (
@@ -29,6 +27,9 @@ export default function Footer() { 🧹Flatastic + + ⛅Weather +