Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #54 from python-thread/fix/screen-sizes-width
Browse files Browse the repository at this point in the history
Make release list and separator larger on smaller screens
  • Loading branch information
caffeine-addictt authored Apr 21, 2024
2 parents cc79223 + f7ef105 commit f326a52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ export function Text({ children, className }) {return <p className={cn('text-sm
</VersionLink>
</div>

<div className="w-1/3 mt-10 mb-5 h-[0.1rem] mx-auto rounded bg-black/50 dark:bg-white/50" />
<div className="w-[95%] md:w-3/5 mt-10 mb-5 h-[0.1rem] mx-auto rounded bg-black/50 dark:bg-white/50" />

<div className="mx-auto items-center flex flex-col gap-4 w-2/5">
<div className="mx-auto items-center flex flex-col gap-4 md:min-w-[30rem] w-5/6 md:w-2/5">
<Link target="_blank" href='https://github.com/python-thread/thread' className="flex flex-row w-full justify-between px-4 py-2 rounded-md items-center text-sm font-light hover:bg-neutral-100/40 dark:hover:bg-neutral-800/20 transition-all">
<div className="flex flex-col justify-between">
<h1 className="font-normal text-lg">Development</h1>
Expand Down

0 comments on commit f326a52

Please sign in to comment.