Skip to content

Commit

Permalink
changing description and image width about page
Browse files Browse the repository at this point in the history
  • Loading branch information
BigSamu committed Oct 23, 2023
1 parent 3f1e742 commit bcd50da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/data/userDetails.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/pages/AboutPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ const AboutPage = () => {
return (

<div className="grid place-items-center min-h-[calc(100vh-4rem)] xl:min-h-screen p-5">
<div className="w-full max-w-3xl h-full p-5 flex flex-col items-start justify-center space-y-5 lg:space-x-0 ">
<div className="w-full max-w-3xl h-full p-5 flex flex-col items-start justify-center space-y-6 lg:space-x-0 ">

<img src={about} className="rounded-md w-full object-contain" />
<img src={about} className="rounded-md object-contain w-full md:w-3/4 mx-auto" />

<div className="flex flex-col items-start lg:w-full">
<h1 className="text-2xl font-bold lg:w-full">
Expand Down

0 comments on commit bcd50da

Please sign in to comment.