Skip to content

Commit 9b842c6

Browse files
committed
fixed aspect ratio of work icons
1 parent 4bad1fc commit 9b842c6

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/styles/WorkHomePage.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const WorkHomePage = styled.div`
5050
5151
img {
5252
width: 100%;
53-
height: 100%;
53+
height: auto;
5454
}
5555
}
5656
@@ -112,16 +112,6 @@ const WorkHomePage = styled.div`
112112
justify-items: start;
113113
width: 50%;
114114
}
115-
.content {ase64
116-
tracedSVG
117-
srcWebp
118-
srcSetWebp
119-
originalImg
120-
originalName
121-
font-size: 18px;
122-
line-height: 25px;
123-
width: 50%;
124-
}
125115
126116
.circle-wrapper {
127117
grid-template-columns: 360px 360px;

0 commit comments

Comments
 (0)