Skip to content

Commit

Permalink
Merge pull request #4 from meeIbrahim/dev
Browse files Browse the repository at this point in the history
Changed font to title for section headers
  • Loading branch information
meeIbrahim authored Feb 18, 2024
2 parents c5731e7 + 2c9e54a commit 8439a54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Experience.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default function Experience() {
<div className="container px-5 py-10 mx-auto">
<div className="flex flex-col w-full items-center mb-20">
<BriefcaseIcon className="w-10 py-11 mx-auto inline-block mb-4" />
<h1 className="sm:text-4xl text-3xl inline border-b-4 border-cyan-950 font-medium title-font mb-4">
<h1 className="text-4xl font-bold inline border-b-4 border-cyan-950 text-center">
My Experience
</h1>
<div className="container px-5 py-10 mx-auto">
Expand Down
4 changes: 2 additions & 2 deletions src/components/Skills.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export default function Skills() {
<div className="container px-5 py-10 mx-auto">
<div className="flex flex-col w-full mb-20 items-center">
<CpuChipIcon className="py-11 mx-auto w-10 inline-block" />
<h1 className="sm:text-4xl text-3xl inline border-b-4 border-cyan-950 font-medium title-font mb-4">
<h1 className="text-4xl font-bold inline border-b-4 border-cyan-950 text-center">
Skills &amp; Technologies
</h1>
<p className="mt-2 text-base leading-relaxed xl:w-2/4 lg:w-3/4 mx-auto">
<p className="mt-10 text-base leading-relaxed xl:w-2/4 lg:w-3/4 mx-auto">
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Nisi sit
ipsa delectus eum quo voluptas aspernatur accusantium distinctio
possimus est.
Expand Down

0 comments on commit 8439a54

Please sign in to comment.