Skip to content

Commit

Permalink
docs(website): split diagram for better readability and grammarly fix…
Browse files Browse the repository at this point in the history
…es (#13122)
  • Loading branch information
d1onys1us committed Feb 9, 2023
1 parent 2d8fa12 commit 3f6aa52
Show file tree
Hide file tree
Showing 12 changed files with 2,847 additions and 2,736 deletions.
2 changes: 1 addition & 1 deletion packages/website/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function Hero() {

return (
<div className="mx-auto max-w-[90rem]">
<div className="relative bg-neutral-50 dark:bg-neutral-900">
<div className="relative bg-neutral-50 dark:bg-neutral-900 mt-3">
<main className="lg:relative">
<div className="relative z-10 w-3/4 pt-16 pb-20 text-left lg:py-48">
<div className="pl-[max(env(safe-area-inset-left),1.5rem)]">
Expand Down
Loading

0 comments on commit 3f6aa52

Please sign in to comment.