Remove the rotation from the sailboat to prevent weird pointing direction
This commit is contained in:
parent
a8d9a363cb
commit
25aeb8bc9e
1 changed files with 1 additions and 1 deletions
|
|
@ -32,6 +32,6 @@ export let spaceship = "space-shuttle";
|
|||
.sailboat {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
transform: rotate(90deg) translate(3px, 5px);
|
||||
transform: translate(3px, 5px);
|
||||
}
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue