Skip to content

Commit

Permalink
+2 breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
adnjoo committed Oct 2, 2023
1 parent 05e58a7 commit a7cae48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const projectsText = {

export default function Projects() {
return (
<div className='mx-16 py-10 md:mx-32'>
<div className='mx-16 py-10 md:mx-32 lg:mx-48 xl:mx-64'>
<h1 className='mb-6 text-center text-3xl font-semibold'>
{projectsText.title}
</h1>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Skills.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const skillsText = {

export default function Skills() {
return (
<div className='mx-16 py-10 md:mx-32'>
<div className='mx-16 py-10 md:mx-32 lg:mx-48 xl:mx-64'>
<h1 className='mb-6 text-center text-3xl font-semibold'>
{skillsText.title}
</h1>
Expand Down

1 comment on commit a7cae48

@vercel
Copy link

@vercel vercel bot commented on a7cae48 Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.