fix: reorder instruction elements - title first, pill second
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled

- Move h2 lesson-title before module-pill
- Add more spacing before lesson-description
This commit is contained in:
2025-12-30 18:11:11 +01:00
parent 6b86da0cbc
commit 5adff0861d
2 changed files with 2 additions and 1 deletions

View File

@@ -253,6 +253,7 @@ code, kbd {
font-size: 0.95rem;
line-height: 1.6;
color: var(--text-color);
margin-top: var(--spacing-lg);
margin-bottom: var(--spacing-md);
}