diff options
-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 {
|