Skip to content

Commit 8c8e714

Browse files
ashleywolfCopilot
andcommitted
Tighten LF offer copy and prevent long-email overflow
- Trim LF offer description to match Daytona/Web Summit length - Add overflow-wrap to offer card paragraphs so long emails and codes don't get clipped at narrow card widths Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 37b7c90 commit 8c8e714

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

components/partner-pack/offers/offers.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
font-size: 1rem; // Back to normal size
7676
line-height: 1.5;
7777
color: rgba(255, 255, 255, 0.75);
78+
overflow-wrap: anywhere;
7879

7980
strong {
8081
color: rgba(255, 255, 255, 0.9);
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: "Linux Foundation"
33
logo: "linuxfoundation.png"
4-
headline: "Free tickets to Open Source Summit North America"
5-
description: "The Linux Foundation is offering 5 free passes to Open Source Summit North America in Minneapolis, May 18-20, for open source maintainers. First come, first served."
6-
secondaryCta: "Email maintainermonth@github.com with the subject 'OSSNA maintainer pass' to claim one"
4+
headline: "5 free OSSNA passes for maintainers."
5+
description: "Open Source Summit North America. Minneapolis, May 18-20. First come, first served."
6+
secondaryCta: "Email maintainermonth@github.com to claim a pass."
77
ctaText: "Learn more"
88
ctaLink: "https://events.linuxfoundation.org/open-source-summit-north-america/"
99
---

0 commit comments

Comments
 (0)