Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3449245
D3392.id10259.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
821 B
Referenced Files
None
Subscribers
None
D3392.id10259.diff
View Options
diff --git a/landing/hero-content.css b/landing/hero-content.css
--- a/landing/hero-content.css
+++ b/landing/hero-content.css
@@ -1,15 +1,13 @@
.cycling_header {
- --smallest-font-size: 30px;
- --largest-font-size: 72px;
- --font-scale: calc(1rem + 2vw);
font-weight: bold;
font-family: 'iA Writer Duo S', monospace;
padding-bottom: 16px;
- font-size: clamp(
- var(--smallest-font-size),
- var(--font-scale),
- var(--largest-font-size)
- );
+ font-size: clamp(2.5rem, 0.094rem + 3.5vw, 4.25rem);
+}
+@media (max-width: 1099px) {
+ .cycling_header {
+ font-size: clamp(1.5rem, 0.0715rem + 5.715vw, 4rem);
+ }
}
.sub_heading {
@@ -29,7 +27,6 @@
font-family: 'iA Writer Duo S', monospace;
text-align: left;
line-height: 1.35;
- letter-spacing: -0.01em;
}
.cycling_content {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 13, 10:49 AM (21 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2650434
Default Alt Text
D3392.id10259.diff (821 B)
Attached To
Mode
D3392: [landing] Keep hero `TextLoop` to two lines
Attached
Detach File
Event Timeline
Log In to Comment