🐛 Fixed not-closed div

This commit is contained in:
Mawoka
2022-04-13 22:38:39 +02:00
parent 3fb7f76ed3
commit 69939b3070
+17 -16
View File
@@ -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>