Skip to content

Commit

Permalink
change back ferris wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowner committed Jan 15, 2024
1 parent d50fe33 commit 804538e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ferris-wheel/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
border-radius: 50%;
margin-left: 50px;
position: absolute;
width: 100%;
max-width: 750px;
max-height: 750px;
height: 55vh;
width: 55vw;
max-width: 500px;
max-height: 500px;
animation-name: wheel;
animation-duration: 10s;
animation-iteration-count: infinite;
Expand Down

0 comments on commit 804538e

Please sign in to comment.