From a0aea05e00e32483605062122939d59d2c1f17f7 Mon Sep 17 00:00:00 2001 From: Ananth Venkatesh <46249765+quantum9Innovation@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:27:24 +0000 Subject: [PATCH] Fix main page layout --- src/app/components/News.tsx | 17 +++++++++-------- src/app/components/mobileMenu.module.css | 4 +++- src/app/page.tsx | 16 +++++++++------- 3 files changed, 21 insertions(+), 16 deletions(-) diff --git a/src/app/components/News.tsx b/src/app/components/News.tsx index b44ce7b..4d0f083 100644 --- a/src/app/components/News.tsx +++ b/src/app/components/News.tsx @@ -1,16 +1,17 @@ import Link from 'next/link' +import { Inter, Zilla_Slab } from 'next/font/google' + +const zillaSlab = Zilla_Slab({ weight: '600', subsets: ['latin'] }) +const inter = Inter({ weight: '400', subsets: ['latin'] }) export default function News() { return ( -
eeXiv, like arXiv, is a free distribution service and an open-access - archive for nearly {Object.keys(documents).length} scholarly articles in + archive for over {Object.keys(documents).length} scholarly articles in the fields of physics, mathematics, computer science, quantitative biology, quantitative finance, statistics, electrical engineering and systems science, and economics, but mainly related to the{' '} @@ -44,18 +44,20 @@ export default function Home() {