From 65ed49df2aad321f9934c4fa4564a2aa09148568 Mon Sep 17 00:00:00 2001 From: Lea Date: Wed, 26 Feb 2025 13:26:51 +0100 Subject: [PATCH] style: removed angular material lines --- frontend/src/index.html | 8 +++----- frontend/src/styles.css | 9 --------- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/frontend/src/index.html b/frontend/src/index.html index 79b9bc6..8d60cc1 100644 --- a/frontend/src/index.html +++ b/frontend/src/index.html @@ -6,10 +6,8 @@ - - + + + diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 946eac6..bfdb7fb 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -138,12 +138,3 @@ a { .footer-disclaimer { @apply text-xs; } - -html, -body { - height: 100%; -} -body { - margin: 0; - font-family: Roboto, 'Helvetica Neue', sans-serif; -}