[questions][chore]Remove margins

pull/312/head
wlren 3 years ago committed by Jeff Sieu
parent b43f980e2b
commit 3301f7de2f

@ -1,8 +1,8 @@
import Link from 'next/link';
const navigation = [
{ href: '/questions/landing', name: 'Landing' },
{ href: '#', name: 'Home' },
{ href: '/questions/landing', name: '*Landing*' },
{ href: '/questions', name: 'Home' },
{ href: '#', name: 'My Lists' },
{ href: '#', name: 'My Questions' },
{ href: '#', name: 'History' },

@ -5,7 +5,7 @@ import QuestionSearchBar from '~/components/questions/QuestionSearchBar';
export default function QuestionsHomePage() {
return (
<main className="flex flex-1 flex-col items-center justify-center overflow-y-auto p-4">
<main className="flex flex-1 flex-col items-center justify-center overflow-y-auto">
<div className="w-full pb-4">
<NavBar></NavBar>
</div>

Loading…
Cancel
Save