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

Commit 12275a5

Browse files
committed
fix: update styles of PH badge
1 parent ae96232 commit 12275a5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
<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>
5+
<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>
66

77
## Contributing
88

pages/[[...slug]].tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const Index: NextPage<StaticProps> = ({ initialCommandString }) => {
7979

8080
return (
8181
<>
82-
<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">
82+
<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">
8383
{/* Title */}
8484
<h1 className="text-5xl font-extrabold text-gray-900 dark:text-white sm:text-center inline-flex items-center select-none">
8585
<HiTerminal className="mr-2" size="1.2em" />
@@ -202,12 +202,12 @@ const Index: NextPage<StaticProps> = ({ initialCommandString }) => {
202202
)}
203203
</div>
204204
</div>
205-
<footer className="relative w-full h-[7rem] flex justify-center items-center space-x-3 sm:space-x-6">
205+
<footer className="relative w-full h-[4.75rem] flex justify-center items-center space-x-3 sm:space-x-6">
206206
<a
207207
href="https://www.producthunt.com/posts/shell-how?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-shell-how"
208208
target="_blank"
209209
rel="noopener noreferrer"
210-
className="absolute bottom-[4.5rem]"
210+
className="absolute bottom-[3.25rem]"
211211
>
212212
<Image
213213
src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=332221&theme=light"

0 commit comments

Comments
 (0)