Skip to content

Commit 18ce556

Browse files
author
James Hall
committed
update
1 parent b4d7a1b commit 18ce556

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
body {
1818
padding-top: 60px;
1919
}
20+
.hero-unit h1 {
21+
margin-bottom: 15px;
22+
}
2023
</style>
2124

2225
<!-- Le fav and touch icons -->
@@ -45,7 +48,7 @@
4548

4649
<!-- Main hero unit for a primary marketing message or call to action -->
4750
<div class="hero-unit">
48-
<h1>PDF. Simplified.</h1>
51+
<h1>jsPDF. Simple.</h1>
4952
<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>
5053

5154
<p>Just include a short snippet of code into your website and start generating PDFs right away.</p>

0 commit comments

Comments
 (0)