From 911d071e3fbb89ee8bd97379c9082227bacf02b5 Mon Sep 17 00:00:00 2001 From: Manuel Date: Wed, 6 Nov 2024 12:48:58 +0100 Subject: [PATCH] Remove unwanted file on git --- frontend/src/style/test.css | 60 ------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 frontend/src/style/test.css diff --git a/frontend/src/style/test.css b/frontend/src/style/test.css deleted file mode 100644 index 812cd3621c..0000000000 --- a/frontend/src/style/test.css +++ /dev/null @@ -1,60 +0,0 @@ -h1 { - font-size: 1.25rem; - font-weight: 600; -} - -h2 { - font-size: 1.125rem; - font-weight: 600; - word-wrap: anywhere; - /*@extend .linebreak;*/ - margin-bottom: 0; -} - -h3 { - font-size: 1rem; - font-weight: 600; - word-wrap: anywhere; - margin-bottom: 0; -} - -h4 { - font-size: 0.875rem; - font-weight: normal; - margin-bottom: 0; -} - -h5 { - font-size: 0.75rem; - margin-bottom: 0; -} - -h1 { - font-size: 24px; - font-weight: 600; -} - -h2 { - font-size: 21.6px; - font-weight: 600; - word-wrap: anywhere; - /*@extend .linebreak;*/ - margin-bottom: 0; -} - -h3 { - font-size: 19.2px; - word-wrap: anywhere; - margin-bottom: 0; -} - -h4 { - font-size: 16.8px; - font-weight: normal; - margin-bottom: 0; -} - -h5 { - font-size: 12px; - margin-bottom: 0; -}