Skip to content

Commit

Permalink
Merge pull request #7 from NUKSI911/master
Browse files Browse the repository at this point in the history
Dependabot
  • Loading branch information
NUKSI911 authored Aug 12, 2023
2 parents 08d506c + 508ba4c commit f348ae2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/components/utils/project/Project.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.box_container {
width: 49%;
width: 100%;
background-color: #16161A;
margin: 0.5%;
position: relative;

}

.box {
Expand All @@ -13,6 +14,7 @@
flex-grow: 1;
justify-content: space-between;
cursor: default;
align-items: self-end;
}

.box_container:hover {
Expand Down
4 changes: 2 additions & 2 deletions src/components/work/Work.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export class Work extends Component {
id: uuid(),
title: 'Mileprix',
description:
'Successfully developed and launched a comprehensive website independently within a tight deadline of 3 weeks. Leveraged cutting-edge technology by utilizing Next.js13, integrated Open Graph and Twitter Card meta tags for enhanced social media sharing capabilities.',
'Successfully developed and launched a feature-rich website within an ambitious 3-week time-frame.',
live: ' https://mileprix.com',
stack: 'React + NextJS13 + Tailwind+ NodeJS ',
stack: 'React + Nextjs13 + Tailwind+ NodeJS ',
isPrivate: false,
},

Expand Down

0 comments on commit f348ae2

Please sign in to comment.