File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ const JunHwa = () => {
58
58
< a href = "mailto:jjj5306@naver.com" >
59
59
< Icon src = "https://skillicons.dev/icons?i=gmail" />
60
60
</ a >
61
- < a href = "https://instagram.com/no_dohyun " >
61
+ < a href = "https://instagram.com/jo__ojun " >
62
62
< Icon src = "https://skillicons.dev/icons?i=instagram" />
63
63
</ a >
64
64
</ ContactWrapper >
Original file line number Diff line number Diff line change @@ -129,26 +129,33 @@ const TextTitle = styled.div`
129
129
margin-top: 3px;
130
130
font-size: 18px;
131
131
font-weight: bold;
132
+ white-space: nowrap;
133
+ overflow: hidden;
134
+ text-overflow: ellipsis;
132
135
` ;
133
136
const TextWrapper = styled . div `
134
137
display: flex;
135
138
` ;
136
139
const TextItem = styled . div `
137
140
font-size: 13px;
138
- font-weight: 700 ;
141
+ font-weight: 600 ;
139
142
line-height: 25px;
140
143
width: 100px;
141
144
min-width: 100px;
142
145
` ;
143
146
const TextContent = styled . div `
144
147
font-size: 13px;
145
148
line-height: 25px;
149
+ color: #666;
150
+ white-space: nowrap;
151
+ overflow: hidden;
152
+ text-overflow: ellipsis;
146
153
` ;
147
154
const EnterpriseName = styled . div `
148
- font-size: 16px ;
155
+ font-size: 14px ;
149
156
font-weight: bold;
150
157
margin-bottom: 10px;
151
- color: #232527 ;
158
+ color: #666 ;
152
159
` ;
153
160
154
161
const Imgwrapper = styled . div `
You can’t perform that action at this time.
0 commit comments