Skip to content

Commit 6bdd72d

Browse files
brilloutclaude
andcommitted
[AI] Steepen hero strikethrough from -2deg to -4deg
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 85c5f73 commit 6bdd72d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/the-framework.ai/pages/index/styles.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,13 @@ section[id] {
104104
content: '';
105105
position: absolute;
106106
left: -3%;
107-
top: 52%;
107+
top: 70%;
108108
width: 106%;
109109
height: 4px;
110110
border-radius: 2px;
111111
background: #e67e80;
112-
rotate: -2deg;
112+
opacity: 0.9;
113+
rotate: -5deg;
113114
transform-origin: left center;
114115
transform: scaleX(0.1);
115116
animation: strike 1.6s cubic-bezier(0.65, 0, 0.35, 1) 0.6s forwards;

0 commit comments

Comments
 (0)