diff options
author | Alex Scerba <alex@scerba.org> | 2024-09-23 20:13:07 -0400 |
---|---|---|
committer | Alex Scerba <alex@scerba.org> | 2024-09-23 20:13:07 -0400 |
commit | fcf587e816d8f0da77edc1c28f86c15fd1515766 (patch) | |
tree | f6ce9dcd8774be22bf65bb6bc5eafc7a978d6433 /static/style.css | |
parent | 9ee1f76ed5891e76eedb57eeddd24813665ae7c9 (diff) |
Reduce landing text size
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 309609b..c427bff 100644 --- a/static/style.css +++ b/static/style.css @@ -139,9 +139,9 @@ main:has(#intro) { }
.landing-text span {
- font-size: max(4rem, 10vw);
+ font-size: max(3rem, 6vw);
font-weight: bolder;
- line-height: 1;
+ line-height: 1.25;
}
.arrow-container {
|