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

This commit is contained in:
Zhang Ziqing
2022-10-31 17:34:16 +08:00
committed by GitHub
parent fac7d6c48d
commit 84768a1cb6
2 changed files with 11 additions and 9 deletions

View File

@ -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">

View File

@ -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">