Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3509644
D3430.id10437.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
761 B
Referenced Files
None
Subscribers
None
D3430.id10437.diff
View Options
diff --git a/landing/global.css b/landing/global.css
--- a/landing/global.css
+++ b/landing/global.css
@@ -14,20 +14,11 @@
/* ===== GENERAL PAGE STYLES ===== */
html {
- background: radial-gradient(ellipse at bottom, #1f252e, #111827);
- background-attachment: fixed;
+ background: radial-gradient(ellipse at bottom, #1f252e, #111827) fixed;
font-family: 'IBM Plex Sans', sans-serif;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
color: white;
- /* Fallback styling if clamp isn't supported */
- font-size: 1rem;
- /* https://css-tricks.com/simplified-fluid-typography/ */
- font-size: clamp(
- var(--min-font-size),
- calc(0.75rem + 1vw),
- var(--max-font-size)
- );
word-break: break-word;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 7:03 AM (5 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2690517
Default Alt Text
D3430.id10437.diff (761 B)
Attached To
Mode
D3430: [landing] Remove `font-size` in `global.css:html`
Attached
Detach File
Event Timeline
Log In to Comment