Skip to content

Commit f348ae2

Browse files
authored
Merge pull request #7 from NUKSI911/master
Dependabot
2 parents 08d506c + 508ba4c commit f348ae2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/components/utils/project/Project.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
.box_container {
2-
width: 49%;
2+
width: 100%;
33
background-color: #16161A;
44
margin: 0.5%;
55
position: relative;
6+
67
}
78

89
.box {
@@ -13,6 +14,7 @@
1314
flex-grow: 1;
1415
justify-content: space-between;
1516
cursor: default;
17+
align-items: self-end;
1618
}
1719

1820
.box_container:hover {

src/components/work/Work.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ export class Work extends Component {
2121
id: uuid(),
2222
title: 'Mileprix',
2323
description:
24-
'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.',
24+
'Successfully developed and launched a feature-rich website within an ambitious 3-week time-frame.',
2525
live: ' https://mileprix.com',
26-
stack: 'React + NextJS13 + Tailwind+ NodeJS ',
26+
stack: 'React + Nextjs13 + Tailwind+ NodeJS ',
2727
isPrivate: false,
2828
},
2929

0 commit comments

Comments
 (0)