Skip to content

Commit a469130

Browse files
committed
feat(ui): update website
1 parent e8a8d65 commit a469130

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
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 {

0 commit comments

Comments
 (0)