Skip to content

Commit

Permalink
Improve module version responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
hobofan committed Aug 23, 2023
1 parent f5c506d commit c76099d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/modules/[module].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const ModulePage: NextPage<ModulePageProps> = ({
<main>
<div className="max-w-4xl w-4xl mx-auto mt-8">
<div className="border rounded p-4 divide-y">
<div>
<div className="flex flex-wrap items-end">
<span className="text-3xl">{module}</span>
<span className="text-lg ml-2">{selectedVersion}</span>
</div>
Expand Down Expand Up @@ -191,7 +191,7 @@ const ModulePage: NextPage<ModulePageProps> = ({
)}
</div>
</div>
<div id="metadata" className="mt-4 sm:pl-2 basis-8 grow">
<div id="metadata" className="mt-4 sm:pl-2 basis-1/4 grow">
<h2 className="text-2xl font-bold mt-4">Metadata</h2>
<div>
<h3 className="font-bold text-xl mt-2">Homepage</h3>
Expand Down

0 comments on commit c76099d

Please sign in to comment.