🐛 Fixed not-closed div
This commit is contained in:
@@ -67,22 +67,23 @@
|
|||||||
3: See how many were right or wrong
|
3: See how many were right or wrong
|
||||||
</h1>
|
</h1>
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<img
|
<img
|
||||||
src={SolutionMockup}
|
src={SolutionMockup}
|
||||||
class="w-4/6 align-top"
|
class="w-4/6 align-top"
|
||||||
alt="See right and wrong solutions"
|
alt="See right and wrong solutions"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<h1 class="text-center text-3xl marck-script lg:hidden block">
|
<h1 class="text-center text-3xl marck-script lg:hidden block">
|
||||||
3: See how many were right or wrong
|
3: See how many were right or wrong
|
||||||
</h1>
|
</h1>
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<img
|
<img
|
||||||
src={ResultsMockup}
|
src={ResultsMockup}
|
||||||
class="w-4/6 align-top"
|
class="w-4/6 align-top"
|
||||||
alt="See results in comparison with other players"
|
alt="See results in comparison with other players"
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user