Skip to content

Commit

Permalink
fix snake styling lol
Browse files Browse the repository at this point in the history
  • Loading branch information
stefkn committed Sep 20, 2024
1 parent a3a8351 commit cb55a2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/IndexBackground.astro
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
.screen-content {
position: relative;
display: block;
top: -20rem;
left: 20rem;
width: 100%;
height: 100%;
top: -24.5rem;
left: 19rem;
width: 150%;
height: 150%;
}
pre.background-ascii {
-webkit-transform: scale(1.5);
Expand All @@ -76,7 +76,7 @@
}
#game {
font-family: monospace;
font-size: 0.5rem;
font-size: 0.75rem;
font-weight: 900;
position: absolute;
transform: skew(0deg, -15deg);
Expand Down

0 comments on commit cb55a2d

Please sign in to comment.