small improvements

This commit is contained in:
Daniel
2023-07-18 18:14:26 -04:00
parent aef640935b
commit 8838756c16
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ export default function LinkDetails({ link }: Props) {
/>
)}
<div className="flex flex-col gap- justify-end drop-shadow">
<p className="text-2xl text-sky-500 capitalize hyphens-auto">
<p className="text-2xl text-sky-500 capitalize break-words hyphens-auto">
{link.name}
</p>
<Link
+1 -1
View File
@@ -124,7 +124,7 @@ export default function ProfileSettings({
</div>
)}
<div className="absolute -bottom-2 left-0 right-0 mx-auto w-fit text-center">
<div className="absolute -bottom-3 left-0 right-0 mx-auto w-fit text-center">
<label
htmlFor="upload-photo"
title="PNG or JPG (Max: 3MB)"