Skip to content

Commit 6f4e9c0

Browse files
GearUnclearclaude
andcommitted
Center legend content and container on page
- Add text-align: center to legend for centered content - Change margin from 2rem 0 to 2rem auto to center the legend box horizontally 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent bf9df68 commit 6f4e9c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

checklist.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,10 @@
237237
background: white;
238238
border-radius: 12px;
239239
padding: 1.5rem;
240-
margin: 2rem 0;
240+
margin: 2rem auto;
241241
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
242242
border-left: 5px solid var(--accent-color);
243+
text-align: center;
243244
}
244245

245246
.legend h3 {

0 commit comments

Comments
 (0)