Skip to content

Commit 6ec103b

Browse files
CopilotJusterZhu
andcommitted
Optimize responsive CSS and complete homepage animation implementation
Co-authored-by: JusterZhu <11714536+JusterZhu@users.noreply.github.com>
1 parent 54adfd1 commit 6ec103b

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

website/src/components/SpaceAnimation/styles.module.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -861,26 +861,12 @@
861861

862862
@media screen and (max-width: 768px) {
863863
.animationContainer {
864-
width: 350px;
865-
height: 350px;
866864
transform: scale(0.85);
867865
}
868-
869-
.spaceship {
870-
width: 300px;
871-
height: 300px;
872-
}
873866
}
874867

875868
@media screen and (max-width: 480px) {
876869
.animationContainer {
877-
width: 280px;
878-
height: 280px;
879870
transform: scale(0.7);
880871
}
881-
882-
.spaceship {
883-
width: 240px;
884-
height: 240px;
885-
}
886872
}

0 commit comments

Comments
 (0)