Remove the rotation from the sailboat to prevent weird pointing direction

This commit is contained in:
Oliver Akins 2022-07-20 21:16:03 -06:00
parent a8d9a363cb
commit 25aeb8bc9e
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -32,6 +32,6 @@ export let spaceship = "space-shuttle";
.sailboat { .sailboat {
width: 100%; width: 100%;
height: 100%; height: 100%;
transform: rotate(90deg) translate(3px, 5px); transform: translate(3px, 5px);
} }
</style> </style>