Skip to content

Commit

Permalink
lint scss fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdaniculae committed Oct 11, 2024
1 parent 8721a48 commit c300fb1
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 101 deletions.
23 changes: 21 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,13 @@ <h1 class="w-[40ch] text-bke-orange"></h1>
</div>
<div id="chapters-description" class="chapters-description"></div>
</div>
<button class="button-arrow scale-x-[-1]" id="back-to-age-category" type="button" title="Go back to age categoty" role="button"></button>
<button
class="button-arrow scale-x-[-1]"
id="back-to-age-category"
type="button"
title="Go back to age categoty"
role="button"
></button>
</div>
<div
id="chapter-wrapper"
Expand Down Expand Up @@ -330,7 +336,20 @@ <h1 class="w-[40ch] text-bke-orange"></h1>
<div id="closed-caption">
<div id="chapter-navigation">
<button class="button-arrow" id="prev-step" type="button" title="Previous step" role="button"></button>
<button class="button-arrow" id="next-step" type="button" title="Next step" role="button"></button>
<button
class="button-arrow"
id="prev-step"
type="button"
title="Previous step"
role="button"
></button>
<button
class="button-arrow"
id="next-step"
type="button"
title="Next step"
role="button"
></button>
</div>
</div>
<div id="progress-bar" class="group/progress group-data-[view='game']/app:hidden">
Expand Down
Loading

0 comments on commit c300fb1

Please sign in to comment.