You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@
17
17
body {
18
18
padding-top:60px;
19
19
}
20
+
.hero-unith1 {
21
+
margin-bottom:15px;
22
+
}
20
23
</style>
21
24
22
25
<!-- Le fav and touch icons -->
@@ -45,7 +48,7 @@
45
48
46
49
<!-- Main hero unit for a primary marketing message or call to action -->
47
50
<divclass="hero-unit">
48
-
<h1>PDF. Simplified.</h1>
51
+
<h1>jsPDF. Simple.</h1>
49
52
<p>Ever wanted to quickly generate a PDF report from your web application or website - without getting your hands dirty with complicated server-side tools?</p>
50
53
51
54
<p>Just include a short snippet of code into your website and start generating PDFs right away.</p>
0 commit comments