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 6501488190991c36a5cd45e266f9092a79fbc478..2ee7d3863685829c38df2568e75df22489db5a8b 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); } }