Skip to content

Commit 5de8d96

Browse files
authored
Update compass_animation.html
css change confused v height and view width
1 parent 2f5bae6 commit 5de8d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compass_animation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/* SVG Styling */
3333
#compass {
3434
max-width: 90vw;
35-
max-height: 80%;
35+
max-height: 80vh;
3636
height: auto;
3737
border: 2px solid #007bff;
3838
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

0 commit comments

Comments
 (0)