Skip to content

Commit 97b7727

Browse files
Bran Hclaude
andcommitted
Make callout section noticeably smaller
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent baad920 commit 97b7727

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

assets/css/style.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ main {
243243
.content-callout {
244244
background: var(--color-accent-bg);
245245
border-left: 3px solid var(--color-accent);
246-
max-width: calc(var(--content-width) - 12rem);
247-
padding: 1rem 1.25rem;
246+
max-width: calc(var(--content-width) - 16rem);
247+
padding: 0.875rem 1rem;
248248
margin-top: 2rem;
249249
margin-bottom: 2rem;
250250
}
@@ -254,13 +254,14 @@ main {
254254
}
255255

256256
.content-callout h2 {
257-
font-size: 1.1rem;
258-
margin-bottom: 0.4rem;
257+
font-size: 0.95rem;
258+
font-weight: 600;
259+
margin-bottom: 0.35rem;
259260
}
260261

261262
.content-callout p {
262-
font-size: 0.875rem;
263-
line-height: 1.6;
263+
font-size: 0.8125rem;
264+
line-height: 1.55;
264265
margin-bottom: 0;
265266
}
266267

0 commit comments

Comments
 (0)