[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
className="hover:text-primary-700 flex items-center gap-2 text-base font-medium"
href={titleHref}>
{titleHref !== '/' &&
(logo ?? (
<img
alt="Tech Interview Handbook"
className="h-8 w-auto"
src="/logo.svg"
/>
))}
<div>
{titleHref !== '/' &&
(logo ?? (
<img
alt="Tech Interview Handbook"
className="h-8 w-auto"
src="/logo.svg"
/>
))}
</div>
{title}
</Link>
<div className="hidden h-full items-center space-x-8 md:flex">

@ -235,7 +235,7 @@ export default function ProfileHeader({
return (
<div className="h-40 bg-white p-4">
<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 />
</div>
<div className="w-full">

Loading…
Cancel
Save