Skip to content

Commit

Permalink
Merge pull request #103 from starknet-id/fix/partnership-header-respo…
Browse files Browse the repository at this point in the history
…nsive

Improving header banner on large screens
  • Loading branch information
fricoben authored Jul 26, 2023
2 parents 8e6495c + fc93d04 commit 17d4706
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles/partnership.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@

.headerImg {
position: absolute;
right: -180px;
bottom: -260px;
right: 0;
bottom: 0;
z-index: -6;
width: min(900px, 70%);
width: max(900px, 65%);
aspect-ratio: 1;
transform: rotate3d(10, -2, -1.4, calc(var(--scroll) * 0.04deg))
scale(min(calc(1 + var(--scroll) / 10000), 1.4));
scale(min(calc(1 + var(--scroll) / 10000), 1.4)) translate(20%, 20%);
}

.mainTitleContainer {
Expand Down

1 comment on commit 17d4706

@vercel
Copy link

@vercel vercel bot commented on 17d4706 Jul 26, 2023

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.