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

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,14 +35,16 @@ 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}>
{titleHref !== '/' && <div>
(logo ?? ( {titleHref !== '/' &&
<img (logo ?? (
alt="Tech Interview Handbook" <img
className="h-8 w-auto" alt="Tech Interview Handbook"
src="/logo.svg" className="h-8 w-auto"
/> 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