File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,19 +179,19 @@ if (skills && skills.length > 0) {
179179
180180<div class ={ ` border ${categoryClass } hover:border-secondary-light dark:hover:border-secondary-dark transition-all duration-300 p-4 flex flex-col h-full card-container mx-auto max-w-md ` } >
181181 <div class =" flex items-center gap-4 mb-4" >
182- <div class =" w-16 h-16 rounded-sm overflow-hidden border border-secondary-light/40 dark:border-secondary-dark/40" >
182+ <div class =" w-16 h-16 flex-shrink-0 rounded-sm overflow-hidden border border-secondary-light/40 dark:border-secondary-dark/40" >
183183 <img src ={ avatar } alt ={ ` ${formattedName }'s avatar ` } class =" w-full h-full object-cover transition-all duration-300" />
184184 </div >
185185
186- <div >
187- <h3 class =" font-mono text-light-light dark:text-light-dark font-bold" >{ formattedName } </h3 >
186+ <div class = " min-w-0 " >
187+ <h3 class =" font-mono text-light-light dark:text-light-dark font-bold break-words " >{ formattedName } </h3 >
188188 <div class =" flex flex-col gap-1 mt-1" >
189189 { githubUsername && (
190190 <a href = { githubUrl } target = " _blank" rel = " noopener noreferrer" class = " text-xs text-secondary-light dark:text-secondary-dark hover:underline font-mono" >
191191 <span class = " mr-1" >~</span >github: @{ githubUsername }
192192 </a >
193193 )}
194-
194+
195195 { link && ! link .includes (' github.com/' ) && (
196196 <a href = { link } target = " _blank" rel = " noopener noreferrer" class = " text-xs text-secondary-light dark:text-secondary-dark hover:underline font-mono" >
197197 <span class = " mr-1" >~</span >website
You can’t perform that action at this time.
0 commit comments