Skip to content

Commit

Permalink
Update Resume.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Moealsir committed Jun 28, 2024
1 parent da3d491 commit 5a1848c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/sections/Resume.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Resume = () => {
</h1>
</div>
<div className="flex flex-col lg:flex-row justify-start items-start max-sm:items-center gap-10 max-sm:gap-2 lg:scale-110 md:flex-col">
<div className="w-full lg:w-1/2">
<div className="w-full lg:w-1/2 max-sm:scale-90">
<ResumeCard icon={educationIcon} title="Education">
<div>
<ul className="flex flex-col gap-2">
Expand Down Expand Up @@ -68,7 +68,7 @@ const Resume = () => {
</div>
</ResumeCard>
</div>
<div className="w-full lg:w-1/2">
<div className="w-full lg:w-1/2 max-sm:scale-90">
<ResumeCard icon={workExperienceIcon} title="Work Experience">
<div>
<ul className="flex flex-col gap-2">
Expand Down

0 comments on commit 5a1848c

Please sign in to comment.