introduce spacing to accomondate mobile view
This commit is contained in:
@@ -22,7 +22,7 @@ export default function ExperiencePage() {
|
||||
<section id="projects-list">
|
||||
<div className="mx-auto w-full max-w-6xl space-y-8">
|
||||
<div className="space-y-2">
|
||||
<h1 className="text-3xl font-bold tracking-tighter sm:text-5xl xl:text-6xl/none">
|
||||
<h1 className="text-3xl font-bold tracking-tighter sm:text-5xl xl:text-6xl/none mt-12">
|
||||
Experience
|
||||
</h1>
|
||||
<p className="text-muted-foreground">
|
||||
|
||||
@@ -39,7 +39,7 @@ export default function PublicationsPage() {
|
||||
<section id="publications">
|
||||
<div className="mx-auto w-full max-w-4xl space-y-6">
|
||||
<div className="space-y-2">
|
||||
<h1 className="text-3xl font-bold tracking-tighter sm:text-5xl xl:text-6xl/none">
|
||||
<h1 className="text-3xl font-bold tracking-tighter sm:text-5xl xl:text-6xl/none mt-12">
|
||||
Publications
|
||||
</h1>
|
||||
<p className="text-muted-foreground">
|
||||
@@ -67,7 +67,7 @@ export default function PublicationsPage() {
|
||||
|
||||
</div>
|
||||
<hr />
|
||||
<h2 className="font-bold text-2xl">References Statistics</h2>
|
||||
<h2 className="font-bold text-2xl">References</h2>
|
||||
<div className="space-y-8">
|
||||
{years.map((year) => (
|
||||
<div key={year} className="flex flex-col md:flex-row md:space-x-8">
|
||||
|
||||
@@ -35,8 +35,8 @@ export function Article({ post, publications, navigation, basePath }: ArticlePro
|
||||
<CitationProvider publications={publications}>
|
||||
<main className="flex flex-col min-h-[100dvh] space-y-10">
|
||||
<section id="article">
|
||||
<div className="mx-auto w-full max-w-4xl space-y-8">
|
||||
<div className="flex flex-col gap-y-2 sm:flex-row sm:justify-between sm:items-center">
|
||||
<div className="mx-auto w-full max-w-4xl space-y-8 mt-12">
|
||||
<div className="flex justify-between">
|
||||
<Breadcrumbs
|
||||
basePath={basePath}
|
||||
baseLabel={basePath.charAt(0).toUpperCase() + basePath.slice(1)}
|
||||
|
||||
Reference in New Issue
Block a user