Reduce h1 font size
This commit is contained in:
@@ -17,6 +17,7 @@ html {
|
|||||||
transition: height 2s ease-out;
|
transition: height 2s ease-out;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
font-size: 24px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
@@ -101,14 +102,6 @@ html {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
|
|
||||||
h2 {
|
|
||||||
font-weight: normal;
|
|
||||||
font-size: 24px;
|
|
||||||
line-height: 1.2;
|
|
||||||
margin-top: 0.5rem;
|
|
||||||
margin-bottom: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ export default function TimerView({ timedActivity, onStopTimer }) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="moco-bx-timer-view">
|
<div className="moco-bx-timer-view">
|
||||||
<h2>{timedActivity.assignment_name}</h2>
|
<h1>{timedActivity.assignment_name}</h1>
|
||||||
<h2>{timedActivity.task_name}</h2>
|
<h1>{timedActivity.task_name}</h1>
|
||||||
<p className="text-secondary">{timedActivity.customer_name}</p>
|
<p className="text-secondary">{timedActivity.customer_name}</p>
|
||||||
<Timer
|
<Timer
|
||||||
className="timer text-red"
|
className="timer text-red"
|
||||||
|
|||||||
Reference in New Issue
Block a user