Skip to content

Commit

Permalink
wtf is that bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rorre committed Jun 19, 2024
1 parent b7637b9 commit 13a5997
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ function App() {
</div>
<Features />

<div className="relative overflow-hidden p-4 pt-44 -mt-16">
<div
className="relative overflow-hidden p-4 pt-44 -mt-16"
id="screenshots"
>
<div className="absolute top-24 -left-40 -right-16 md:-bottom-16 bottom-0 md:rotate-3 bg-secondary -z-20" />
<Screenshots />
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Screenshots.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import phoneImage from "../assets/phone.png";

function Screenshots() {
return (
<div className="flex flex-col gap-8 items-center" id="screenshots">
<div className="flex flex-col gap-8 items-center">
<h2 className="text-4xl uppercase text-center font-bold">Screenshots</h2>
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 w-full gap-4 container place-items-center">
<Step image={phoneImage} />
Expand Down

0 comments on commit 13a5997

Please sign in to comment.