From b62f2611eac6880a330bff17d746d45c94ca93e2 Mon Sep 17 00:00:00 2001 From: Martin Berg Alstad <600878@stud.hvl.no> Date: Wed, 21 Dec 2022 15:47:08 +0100 Subject: [PATCH] Changed font to mono, added footer with source-code, card use flex-wrap and should not overlap with anything else --- .idea/runConfigurations/build.xml | 12 ++++++++++++ index.html | 1 + package.json | 2 +- src/components/card.tsx | 6 +++--- src/components/footer.tsx | 15 +++++++++++++++ src/components/header.tsx | 6 +++--- src/components/layout.tsx | 14 +++++++++----- src/components/link.tsx | 2 +- src/components/text.tsx | 12 ++---------- src/index.tsx | 6 +++--- src/types/interfaces.ts | 4 ++-- 11 files changed, 52 insertions(+), 28 deletions(-) create mode 100644 .idea/runConfigurations/build.xml create mode 100644 src/components/footer.tsx diff --git a/.idea/runConfigurations/build.xml b/.idea/runConfigurations/build.xml new file mode 100644 index 0000000..0a4f98f --- /dev/null +++ b/.idea/runConfigurations/build.xml @@ -0,0 +1,12 @@ + + + + + +