Skip to content

Commit fe592ba

Browse files
ManuelColomboclaude
andcommitted
Fix: uncomment h1 CSS rule in staging
- Restore h1 font styles that were commented out - Now h1 styling matches production Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 799223c commit fe592ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ h1,h2,h3,h4,h5,h6, strong, a:hover{
203203
border-bottom: none;
204204
}
205205

206-
/* h1 { font-size: var(--h1-size); line-height: 1.2; font-weight: 800; } */
206+
h1 { font-size: var(--h1-size); line-height: 1.2; font-weight: 800; }
207207
h2 { font-size: var(--h2-size); line-height: 1.3; font-weight: 700; }
208208
h3 { font-size: var(--h3-size); line-height: 1.4; font-weight: 600; }
209209
h4 { font-size: var(--h4-size); line-height: 1.4; font-weight: 600; }

0 commit comments

Comments
 (0)