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 452d911 + 782135e commit 4e07c0eCopy full SHA for 4e07c0e
1 file changed
src/lib/components/Footer.svelte
@@ -19,12 +19,12 @@
19
20
<div class="footer-links">
21
<div class="link-group">
22
- <h4>Product</h4>
+ <h2>Product</h2>
23
<a href="/pricing">Pricing</a>
24
<a href="/register">Register</a>
25
</div>
26
27
- <h4>Resources</h4>
+ <h2>Resources</h2>
28
<a href="https://postguard.eu" target="_blank" rel="noopener">PostGuard Personal</a>
29
<a href="https://docs.postguard.eu" target="_blank" rel="noopener">Documentation</a>
30
@@ -82,12 +82,13 @@
82
flex-direction: column;
83
gap: 0.5rem;
84
85
- h4 {
+ h2 {
86
font-size: var(--pg-font-size-sm);
87
font-weight: var(--pg-font-weight-bold);
88
color: var(--pg-text-secondary);
89
text-transform: uppercase;
90
letter-spacing: 0.5px;
91
+ line-height: normal;
92
margin: 0 0 0.25rem;
93
}
94
0 commit comments