style: format code with Prettier

This commit fixes the style issues introduced in 3441556 according to the output
from Prettier.

Details: None
This commit is contained in:
deepsource-autofix[bot] 2024-05-31 21:28:20 +00:00 committed by GitHub
parent 34415569b9
commit 7bd1dc0978
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,11 +29,7 @@
left: 0;
filter: blur(1px) saturate(110%);
mask-image: linear-gradient(
to right,
rgba(#fff, 0.4),
rgba(#fff, 0)
);
mask-image: linear-gradient(to right, rgba(#fff, 0.4), rgba(#fff, 0));
object-fit: cover;
z-index: +1;
@ -67,7 +63,6 @@
}
}
@media only screen and (max-width: 500px) {
#music {
flex-direction: column;