Skip to content

Commit e222ca5

Browse files
MaxDatenclaude
andcommitted
style(og): left-align CTA and fix hyphenation
- Align CTA button left with name and tagline - Use proper hyphen in compound adjective: "30-min call" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3193b55 commit e222ca5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/templates/og-card.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@
106106
margin-top: 24px;
107107
}
108108

109-
/* CTA - button style, right aligned */
109+
/* CTA - button style, left aligned */
110110
.og-cta {
111-
align-self: flex-end;
111+
align-self: flex-start;
112112
margin-top: 32px;
113113
padding: 16px 32px;
114114
background: var(--accent);
@@ -138,7 +138,7 @@
138138
<div class="og-text">
139139
<h1 class="og-name">Jan-Philip Loos</h1>
140140
<p class="og-role">DevOps · Cloud · Functional Architecture</p>
141-
<span class="og-cta">Book a 30min call</span>
141+
<span class="og-cta">Book a 30-min call</span>
142142
</div>
143143
</div>
144144
<div class="og-domain">cv.maxdaten.io</div>

0 commit comments

Comments
 (0)