Skip to content

Commit

Permalink
docs: adjust styles
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Mar 12, 2023
1 parent 322b68f commit fd51530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/lib/components/Logos.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export function Logos({items}) {
<TooltipTrigger asChild>
<a
href={item.url}
className="opacity-70 dark:opacity-30 hover:opacity-100 transition-opacity px-4"
className="inline-block mb-6 opacity-70 dark:opacity-30 hover:opacity-100 transition-opacity px-4"
rel="noopener noreferrer"
>
<img
Expand Down
2 changes: 1 addition & 1 deletion website/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,7 @@ function HomePage() {
</div>
</div>

<div className="container text-center mx-auto px-4 md:px-8 max-w-screen-xl mb-24">
<div className="container text-center mx-auto px-4 md:px-8 max-w-screen-xl mb-16">
<Link
href="/docs/react"
className="inline-block transition-colors bg-rose-500 dark:bg-rose-600 hover:bg-pink-500 text-gray-50 p-6 rounded-md font-bold sm:text-xl"
Expand Down

0 comments on commit fd51530

Please sign in to comment.