Skip to content

Commit 4e07c0e

Browse files
authored
Merge pull request #7 from encryption4all/fix/footer-heading-levels
fix: change footer headings from h4 to h2
2 parents 452d911 + 782135e commit 4e07c0e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/lib/components/Footer.svelte

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

2020
<div class="footer-links">
2121
<div class="link-group">
22-
<h4>Product</h4>
22+
<h2>Product</h2>
2323
<a href="/pricing">Pricing</a>
2424
<a href="/register">Register</a>
2525
</div>
2626
<div class="link-group">
27-
<h4>Resources</h4>
27+
<h2>Resources</h2>
2828
<a href="https://postguard.eu" target="_blank" rel="noopener">PostGuard Personal</a>
2929
<a href="https://docs.postguard.eu" target="_blank" rel="noopener">Documentation</a>
3030
</div>
@@ -82,12 +82,13 @@
8282
flex-direction: column;
8383
gap: 0.5rem;
8484
85-
h4 {
85+
h2 {
8686
font-size: var(--pg-font-size-sm);
8787
font-weight: var(--pg-font-weight-bold);
8888
color: var(--pg-text-secondary);
8989
text-transform: uppercase;
9090
letter-spacing: 0.5px;
91+
line-height: normal;
9192
margin: 0 0 0.25rem;
9293
}
9394

0 commit comments

Comments
 (0)