Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-milky-way authored Dec 25, 2023
1 parent ed8e842 commit c096ef8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
--hyperplexed-main-light-rgb: 56 182 255;
--hyperplexed-secondary-rgb: 42 252 152;

--card-size: 480px;
--card-size: 1080px;
--font-size: 0.8rem;
--logo-size: calc(var(--card-size) * 0.3);
}
Expand Down Expand Up @@ -48,8 +48,8 @@ body {
justify-content: center;
aspect-ratio: 1;
position: relative;
margin: 3rem;
border-radius: 6rem;
margin: 1rem;
border-radius: 2rem;
overflow: hidden;
cursor: pointer;
}
Expand Down

0 comments on commit c096ef8

Please sign in to comment.