Skip to content

Commit 018b886

Browse files
committed
style: sharper hero subtitle and one-line sidebar categories
1 parent 6a13134 commit 018b886

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/components/Homepage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ curl \\
138138
</h1>
139139

140140
<p className={styles.subtitle}>
141-
Send a file, get a PDF back. Chromium, LibreOffice, and PDF
142-
engines in one container.
141+
Convert web pages and office documents into PDFs with a single API
142+
call. Chromium, LibreOffice, and PDF engines included.
143143
</p>
144144

145145
<div className={styles.buttons}>

src/css/custom.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,9 +602,10 @@ a[class*="sidebarLogo"] b {
602602
.menu__list-item-collapsible > .menu__link {
603603
color: var(--ifm-color-content);
604604
font-weight: 700;
605-
font-size: 0.85rem;
605+
font-size: 0.78rem;
606606
text-transform: uppercase;
607-
letter-spacing: 0.05em;
607+
letter-spacing: 0.04em;
608+
white-space: nowrap;
608609
padding-top: 12px;
609610
padding-bottom: 12px;
610611
}

0 commit comments

Comments
 (0)