mirror of
https://github.com/Fluffy-Bean/website.git
synced 2024-12-26 17:36:12 +00:00
Merge pull request #24 from Fluffy-Bean/deepsource-transform-30591fae
style: format code with Prettier
This commit is contained in:
commit
557cfa0baf
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue