Merge pull request #24 from Fluffy-Bean/deepsource-transform-30591fae

style: format code with Prettier
This commit is contained in:
Michał 2024-05-31 22:28:34 +01:00 committed by GitHub
commit 557cfa0baf
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;