change some sizes

pull/445/head
Yangshun Tay 3 years ago
parent 67731a5b98
commit 67144b9d5c

@ -169,7 +169,6 @@ export default function AppShell({ children }: Props) {
</div> </div>
</div> </div>
)} )}
{/* Mobile menu */} {/* Mobile menu */}
<MobileNavigation <MobileNavigation
globalNavigationItems={GlobalNavigation} globalNavigationItems={GlobalNavigation}
@ -178,7 +177,6 @@ export default function AppShell({ children }: Props) {
productTitle={currentProductNavigation.title} productTitle={currentProductNavigation.title}
setIsShown={setMobileMenuOpen} setIsShown={setMobileMenuOpen}
/> />
{/* Content area */} {/* Content area */}
<div className="flex h-screen flex-1 flex-col overflow-hidden"> <div className="flex h-screen flex-1 flex-col overflow-hidden">
<header className="w-full"> <header className="w-full">

@ -12,7 +12,7 @@ export default function OffersHomePage() {
return ( return (
<main className="flex-1 overflow-y-auto"> <main className="flex-1 overflow-y-auto">
<Banner size="xs"> <Banner>
Check if your offer is competitive by submitting it{' '} Check if your offer is competitive by submitting it{' '}
<Link className="underline" href="/offers/submit"> <Link className="underline" href="/offers/submit">
here here
@ -22,17 +22,17 @@ export default function OffersHomePage() {
<div className="space-y-6 bg-stone-100 py-16"> <div className="space-y-6 bg-stone-100 py-16">
<div> <div>
<div> <div>
<h1 className="text-primary-600 text-center text-5xl font-bold"> <h1 className="text-primary-600 text-center text-6xl font-bold">
Tech Offers Repo Tech Offers Repo
</h1> </h1>
</div> </div>
<div className="mt-4 text-center text-2xl text-slate-600"> <div className="mt-4 text-center text-3xl text-slate-600">
Find out how good your offer is. Discover how others got their Find out how good your offer is. Discover how others got their
offers. offers.
</div> </div>
</div> </div>
<div className="flex items-start justify-center"> <div className="flex items-start justify-center">
<div className="mt-4 flex items-center space-x-4 text-slate-500"> <div className="mt-4 flex items-center space-x-4 text-lg text-slate-500">
<span>Viewing offers for</span> <span>Viewing offers for</span>
<JobTitlesTypeahead <JobTitlesTypeahead
isLabelHidden={true} isLabelHidden={true}

Loading…
Cancel
Save