Skip to content

Commit f77df2c

Browse files
authored
fix spaceship alignment (aws-amplify#6415)
1 parent 1a14168 commit f77df2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/spaceship.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
}
1616

17-
@container (min-width: 860px) {
17+
@container (min-width: 947px) {
1818
.spaceship {
1919
opacity: 1;
2020
width: 400px;
@@ -25,7 +25,7 @@
2525
}
2626
}
2727

28-
@container (min-width: 950px) {
28+
@container (min-width: 1040px) {
2929
.spaceship {
3030
width: 500px;
3131
top: 90px;

0 commit comments

Comments
 (0)