We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7313ea + 981250b commit 2475b44Copy full SHA for 2475b44
src/components/Form/Form.scss
@@ -7,6 +7,10 @@
7
.title {
8
text-transform: uppercase;
9
}
10
+
11
+ h1{
12
+ font-size: 42px;
13
+ }
14
15
.form-wrapper {
16
width: 100%;
src/components/Form/PipedriveForm.js
@@ -40,7 +40,7 @@ const PipedriveForm = ({ data }) => {
40
<div className="container d-flex px-lg-2 flex-wrap">
41
<div className="col-12 col-md-6 pe-md-5">
42
{title && (
43
- <h2 className="title text-start">{title}</h2>
+ <h1 className="title text-start">{title}</h1>
44
)}
45
{content && (
46
<MarkdownView
0 commit comments