generated from nhcarrigan/template
fix: a couple mobile bugs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user