From a92e62b5bd196107980776ff84374bcadae1e16c Mon Sep 17 00:00:00 2001 From: manubo Date: Mon, 30 Sep 2019 15:03:41 +0200 Subject: [PATCH] Reduce h1 font size --- src/css/popup.scss | 9 +-------- src/js/components/App/TimerView.js | 4 ++-- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/src/css/popup.scss b/src/css/popup.scss index f0d5be0..53be6b4 100644 --- a/src/css/popup.scss +++ b/src/css/popup.scss @@ -17,6 +17,7 @@ html { transition: height 2s ease-out; h1 { + font-size: 24px; font-weight: normal; line-height: 1.2; margin-top: 1rem; @@ -101,14 +102,6 @@ html { text-align: center; margin-top: 3rem; - h2 { - font-weight: normal; - font-size: 24px; - line-height: 1.2; - margin-top: 0.5rem; - margin-bottom: 0.5rem; - } - p { margin-top: 0.5rem; } diff --git a/src/js/components/App/TimerView.js b/src/js/components/App/TimerView.js index eedc287..9e0fa50 100644 --- a/src/js/components/App/TimerView.js +++ b/src/js/components/App/TimerView.js @@ -10,8 +10,8 @@ export default function TimerView({ timedActivity, onStopTimer }) { return (
-

{timedActivity.assignment_name}

-

{timedActivity.task_name}

+

{timedActivity.assignment_name}

+

{timedActivity.task_name}

{timedActivity.customer_name}