From c73bae284d4f79be0fe53dd58f13c2af3878d70a Mon Sep 17 00:00:00 2001
From: "michael.daniel" <michael.danielczok@gmail.com>
Date: Thu, 11 Jan 2018 12:46:36 +0100
Subject: [PATCH] refactor: Schrift allgemein etwas kleiner.

---
 src/QUI/PresentationBricks/Controls/CountUpBasic.Simple.css | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/QUI/PresentationBricks/Controls/CountUpBasic.Simple.css b/src/QUI/PresentationBricks/Controls/CountUpBasic.Simple.css
index 10fe77a..ec55ed9 100644
--- a/src/QUI/PresentationBricks/Controls/CountUpBasic.Simple.css
+++ b/src/QUI/PresentationBricks/Controls/CountUpBasic.Simple.css
@@ -28,7 +28,7 @@
 }
 
 .countUpBasic-entry-header-number {
-    font-size: 60px;
+    font-size: 56px;
     line-height: 100%;
     color: #666;
     display: flex;
@@ -36,7 +36,7 @@
 }
 
 .countUpBasic-entry-title {
-    font-size: 24px;
+    font-size: 22px;
     color: #999;
     margin: 20px 0;
     padding-bottom: 0;
@@ -44,6 +44,8 @@
 
 .countUpBasic-entry-content {
     margin-top: 20px;
+    font-size: 90%;
+    line-height: 150%;
 }
 
 @media (max-width: 767px) {
-- 
GitLab