Skip to content

Commit

Permalink
fix spaceship alignment (#6415)
Browse files Browse the repository at this point in the history
  • Loading branch information
hbuchel authored Nov 15, 2023
1 parent 1a14168 commit f77df2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/spaceship.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
}

@container (min-width: 860px) {
@container (min-width: 947px) {
.spaceship {
opacity: 1;
width: 400px;
Expand All @@ -25,7 +25,7 @@
}
}

@container (min-width: 950px) {
@container (min-width: 1040px) {
.spaceship {
width: 500px;
top: 90px;
Expand Down

0 comments on commit f77df2c

Please sign in to comment.