Skip to content

Commit

Permalink
update info
Browse files Browse the repository at this point in the history
  • Loading branch information
dsbalico committed Jul 7, 2024
1 parent 871945e commit 444876d
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 181 deletions.
2 changes: 1 addition & 1 deletion src/components/sections/EducationAndExperience.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function EducationAndExperience() {
Experience
</h4>

<div className="md:h-[508px] md:overflow-y-scroll scroll-smooth">
<div className="md:h-[480px] md:overflow-y-scroll scroll-smooth">
{/* =========== EXPERIENCE LIST =========== */}
{user_info.experience.map((exp, index) => {
return (
Expand Down
Loading

0 comments on commit 444876d

Please sign in to comment.