Skip to content

Commit 4427b8c

Browse files
author
Michał Gryczka
committed
vpn mfa SEO optimisations
1 parent cc2debc commit 4427b8c

File tree

2 files changed

+309
-129
lines changed

2 files changed

+309
-129
lines changed

src/pages/_home/components/HomeHeader.astro

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,18 @@ const { trustedBy = true, title, description, buttons = [], repo = "defguard", s
6666
& > p {
6767
@include typography(paragraph);
6868
padding-bottom: 8px;
69+
font-size: 18px;
70+
font-weight: 400;
71+
line-height: 1.5;
72+
color: var(--text-body-primary);
73+
74+
@include break-up(md) {
75+
font-size: 20px;
76+
}
77+
78+
@include break-up(lg) {
79+
font-size: 22px;
80+
}
6981
}
7082

7183
h1 {

0 commit comments

Comments
 (0)