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

@ -12,7 +12,7 @@ export default function OffersHomePage() {
return (
<main className="flex-1 overflow-y-auto">
<Banner size="xs">
<Banner>
Check if your offer is competitive by submitting it{' '}
<Link className="underline" href="/offers/submit">
here
@ -22,17 +22,17 @@ export default function OffersHomePage() {
<div className="space-y-6 bg-stone-100 py-16">
<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
</h1>
</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
offers.
</div>
</div>
<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>
<JobTitlesTypeahead
isLabelHidden={true}

Loading…
Cancel
Save