Skip to content

Commit 2475b44

Browse files
Merge pull request #81 from bitlogic/SBIT-463
SBIT-463 aded h1 to pipedriveForm
2 parents a7313ea + 981250b commit 2475b44

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/components/Form/Form.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
.title {
88
text-transform: uppercase;
99
}
10+
11+
h1{
12+
font-size: 42px;
13+
}
1014

1115
.form-wrapper {
1216
width: 100%;

src/components/Form/PipedriveForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const PipedriveForm = ({ data }) => {
4040
<div className="container d-flex px-lg-2 flex-wrap">
4141
<div className="col-12 col-md-6 pe-md-5">
4242
{title && (
43-
<h2 className="title text-start">{title}</h2>
43+
<h1 className="title text-start">{title}</h1>
4444
)}
4545
{content && (
4646
<MarkdownView

0 commit comments

Comments
 (0)