fix: reorder instruction elements - title first, pill second
- Move h2 lesson-title before module-pill - Add more spacing before lesson-description
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
<!-- Left Panel: Instructions + Editor -->
|
||||
<div class="left-panel">
|
||||
<section class="instructions">
|
||||
<span class="module-pill" id="module-pill" data-i18n="loading">Loading...</span>
|
||||
<h2 id="lesson-title" data-i18n="loading">Loading...</h2>
|
||||
<span class="module-pill" id="module-pill" data-i18n="loading">Loading...</span>
|
||||
<div class="task-instruction" id="task-instruction"></div>
|
||||
<div class="lesson-description" id="lesson-description" data-i18n="selectLesson">
|
||||
Please select a lesson to begin.
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user