Skip to content

Commit

Permalink
adjusted column width
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLi0802 committed Oct 19, 2024
1 parent abbdcdc commit 2f0f230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const { title, description, favicon, thumbnail } = Astro.props.frontmatter;

<title>{title}</title>
</head>
<body class="p-6 pt-12 flex flex-col gap-4 items-center max-w-[80rem] m-auto">
<body class="p-6 pt-12 flex flex-col gap-4 items-center max-w-[60rem] m-auto">
<slot />
<footer class="m-auto">
<p class="text-zinc-500 text-sm">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ import exp4 from "../assets/exp4.png";
<Video source={demo_placeholder} />
This is a placeholder I will get rid of it later.

<div class="bg-gray-100 max-w-[60rem]">
<div class="bg-gray-100 max-w-[50rem]">
<h2 class="text-center text-3xl font-bold">Abstract</h2>
<div class="p-4 max-w-[60rem] m-auto">
{/* ## Abstract */}
Expand Down

0 comments on commit 2f0f230

Please sign in to comment.