Page MenuHomePhabricator

D3392.diff
No OneTemporary

D3392.diff

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.5rem + 4vw, 4.25rem);
+}
+@media (max-width: 1099px) {
+ .cycling_header {
+ font-size: clamp(1.5rem, 0.0122rem + 5.9514vw, 4.1rem);
+ }
}
.sub_heading {
@@ -32,7 +30,6 @@
font-family: 'iA Writer Duo S', monospace;
text-align: left;
line-height: 1.35;
- letter-spacing: -0.01em;
}
.cycling_content {

File Metadata

Mime Type
text/plain
Expires
Fri, Dec 13, 8:49 AM (20 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2650367
Default Alt Text
D3392.diff (821 B)

Event Timeline