fix: a couple mobile bugs

This commit is contained in:
2024-08-24 20:06:31 -07:00
parent b5c5f6b204
commit 8feb4700a1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export const Social = (props: SocialProps): JSX.Element => {
return (
<a
className="flex w-2/5 m-auto justify-between items-center border-solid border-2 rounded-3xl h-14 p-8 my-4"
className="flex max-w-[300px] w-[95%] m-auto justify-between items-center border-solid border-2 rounded-3xl h-14 p-8 my-4"
style={{
borderColor: color,
color,