mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-14 18:05:55 +08:00
[offers][style] fix style for safari (#479)
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user