Skip to content

Commit

Permalink
bottom margin fix
Browse files Browse the repository at this point in the history
  • Loading branch information
denver-code committed May 7, 2024
1 parent f0d49e8 commit d953bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const Page = () => {
</div>

{selectedQualification && (
<div>
<div className='mb-20'>
<h2 className="text-2xl font-semibold ">Unit Grades for {qualificationsData[selectedQualification].name}</h2>
<p className='text-l text-gray-300 mb-4'>
GLH: {qualificationsData[selectedQualification].size}
Expand Down

0 comments on commit d953bb3

Please sign in to comment.