Skip to content

Commit

Permalink
Merge branch 'main' of github.com:CubeClubsNZ/app
Browse files Browse the repository at this point in the history
  • Loading branch information
pdtxie committed Dec 19, 2023
2 parents 9b074bb + dfa873a commit fd3ce88
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/routes/(app)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,6 @@
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
margin-left: 2%;
margin-right: 25%;
margin-top: -24%;
margin-bottom: -14%;
transform-style: preserve-3d;
transform: rotateX(55deg) rotateZ(37deg);
Expand All @@ -208,8 +203,8 @@
flex-shrink: 1;
position: fixed;
right: -100px;
bottom: -150px;
right: 200px;
bottom: -425px;
z-index: 1;
}
Expand Down

0 comments on commit fd3ce88

Please sign in to comment.