From bb582d3da082de91ee95a8bc2b318388911add2f Mon Sep 17 00:00:00 2001
From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de>
Date: Fri, 3 Sep 2021 08:04:18 +0200
Subject: [PATCH] styling

---
 .../question-wall/question-wall.component.scss   | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/app/components/shared/questionwall/question-wall/question-wall.component.scss b/src/app/components/shared/questionwall/question-wall/question-wall.component.scss
index 650148819..2ee7d3863 100644
--- a/src/app/components/shared/questionwall/question-wall/question-wall.component.scss
+++ b/src/app/components/shared/questionwall/question-wall/question-wall.component.scss
@@ -120,13 +120,13 @@
       }
 
       &-number {
-        font-size: 144px;
-        text-transform: uppercase;
+        font-size: 100px;
         letter-spacing: 2px;
-        padding-right:8px;
-        box-sizing:border-box;
+        padding-right: 10px;
+        padding-bottom: 10px;
+        box-sizing: border-box;
         font-weight: 600;
-        color: rgba(255,255,255,0.2);
+        color: rgba(255, 255, 255, 0.2);
       }
     }
 
@@ -233,9 +233,9 @@
         &-number {
           font-family: Roboto, 'sans-serif';
           font-size: 256px;
-          padding-left:16px;
-          font-weight:bold;
-          color: rgba(255,255,255,0.2);
+          padding-left: 16px;
+          font-weight: bold;
+          color: rgba(255, 255, 255, 0.2);
         }
       }
 
-- 
GitLab