fix: move device notice under section cards on landing page

This commit is contained in:
2026-01-16 15:26:10 +01:00
parent c91e8d6f32
commit 857ae9c3ef
2 changed files with 3 additions and 12 deletions

View File

@@ -169,6 +169,9 @@
<span class="section-card-progress" id="tailwind-progress"></span>
</a>
</div>
<p class="device-notice" data-i18n-html="deviceNotice">
<strong>Best on desktop or tablet (landscape).</strong> Mobile works, but larger screens make coding easier.
</p>
</section>
<section class="coming-soon">
@@ -214,12 +217,6 @@
</div>
</section>
<section class="device-notice">
<p data-i18n-html="deviceNotice">
<strong>Best on desktop or tablet (landscape).</strong> Mobile works, but larger screens make coding easier.
</p>
</section>
<section class="landing-cta">
<h2 data-i18n="landingCtaTitle">Start Learning Today</h2>
<a href="#welcome/0" class="cta-button" data-i18n="landingCtaButton">Let's get crispy!</a>