chore: customize coming soon page, font weight
This commit is contained in:
@@ -77,7 +77,7 @@ Astro.response.headers.set('X-Robots-Tag', 'noindex, nofollow')
|
||||
margin: 0;
|
||||
/* top padding and size track viewport height so it fits at any height */
|
||||
padding: clamp(20px, 10vh, 100px) var(--pad) 0 var(--pad);
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
line-height: 0.88;
|
||||
font-size: clamp(56px, min(9vw, 15vh), 134px);
|
||||
@@ -97,7 +97,7 @@ Astro.response.headers.set('X-Robots-Tag', 'noindex, nofollow')
|
||||
margin: 0;
|
||||
padding: 0 var(--pad) var(--pad);
|
||||
font-size: clamp(15px, 1.6vw, 20px);
|
||||
font-weight: 400;
|
||||
font-weight: 500;
|
||||
text-transform: uppercase;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user