[offers][style] fix style for safari ()

pull/480/head
Zhang Ziqing 2 years ago committed by GitHub
parent fac7d6c48d
commit 84768a1cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,6 +35,7 @@ export default function ProductNavigation({
<Link <Link
className="hover:text-primary-700 flex items-center gap-2 text-base font-medium" className="hover:text-primary-700 flex items-center gap-2 text-base font-medium"
href={titleHref}> href={titleHref}>
<div>
{titleHref !== '/' && {titleHref !== '/' &&
(logo ?? ( (logo ?? (
<img <img
@ -43,6 +44,7 @@ export default function ProductNavigation({
src="/logo.svg" src="/logo.svg"
/> />
))} ))}
</div>
{title} {title}
</Link> </Link>
<div className="hidden h-full items-center space-x-8 md:flex"> <div className="hidden h-full items-center space-x-8 md:flex">

@ -235,7 +235,7 @@ export default function ProfileHeader({
return ( return (
<div className="h-40 bg-white p-4"> <div className="h-40 bg-white p-4">
<div className="justify-left flex h-1/2"> <div className="justify-left flex h-1/2">
<div className="mx-4 mt-2"> <div className="mx-4 mt-2 h-16 w-16">
<ProfilePhotoHolder /> <ProfilePhotoHolder />
</div> </div>
<div className="w-full"> <div className="w-full">

Loading…
Cancel
Save