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; -}