Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
fix: update styles of PH badge
Browse files Browse the repository at this point in the history
  • Loading branch information
phuctm97 committed Feb 17, 2022
1 parent ae96232 commit 12275a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Explain shell commands using next-generation autocomplete from [Fig](https://fig.io).

<a href="https://www.producthunt.com/posts/shell-how?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-shell-how" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=332221&theme=light" alt="shell.how - Explain how your shell command works | Product Hunt" width="222" height="48" /></a>
<a href="https://www.producthunt.com/posts/shell-how?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-shell-how" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=332221&theme=light" alt="shell.how - Explain how your shell command works | Product Hunt" width="231" height="50" /></a>

## Contributing

Expand Down
6 changes: 3 additions & 3 deletions pages/[[...slug]].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const Index: NextPage<StaticProps> = ({ initialCommandString }) => {

return (
<>
<div className="max-w-7xl min-h-[calc(100vh-7rem)] mx-auto py-14 sm:py-20 md:py-24 px-4 sm:px-6 lg:px-8 sm:flex sm:flex-col sm:items-center">
<div className="max-w-7xl min-h-[calc(100vh-4.75rem)] mx-auto py-14 sm:py-20 md:py-24 px-4 sm:px-6 lg:px-8 sm:flex sm:flex-col sm:items-center">
{/* Title */}
<h1 className="text-5xl font-extrabold text-gray-900 dark:text-white sm:text-center inline-flex items-center select-none">
<HiTerminal className="mr-2" size="1.2em" />
Expand Down Expand Up @@ -202,12 +202,12 @@ const Index: NextPage<StaticProps> = ({ initialCommandString }) => {
)}
</div>
</div>
<footer className="relative w-full h-[7rem] flex justify-center items-center space-x-3 sm:space-x-6">
<footer className="relative w-full h-[4.75rem] flex justify-center items-center space-x-3 sm:space-x-6">
<a
href="https://www.producthunt.com/posts/shell-how?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-shell-how"
target="_blank"
rel="noopener noreferrer"
className="absolute bottom-[4.5rem]"
className="absolute bottom-[3.25rem]"
>
<Image
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=332221&theme=light"
Expand Down

1 comment on commit 12275a5

@vercel
Copy link

@vercel vercel bot commented on 12275a5 Feb 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.