Added margin bottom to the Finish

This commit is contained in:
Tiago Ribeiro
2023-09-03 13:20:29 +01:00
parent 41d6303403
commit 0013d86ef8

View File

@@ -116,7 +116,7 @@ export default function Finish({user, scores, modules, isLoading, onViewResults}
</div>
)}
{!isLoading && (
<div className="w-full flex gap-9 mt-32 items-center justify-between">
<div className="w-full flex gap-9 mt-32 items-center justify-between mb-20">
<span className="max-w-3xl">
{levelText(calculateBandScore(selectedScore.correct, selectedScore.total, selectedModule, user.focus))}
</span>