mirror of
https://github.com/Fluffy-Bean/website.git
synced 2025-01-14 02:25:13 +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;
|
left: 0;
|
||||||
|
|
||||||
filter: blur(1px) saturate(110%);
|
filter: blur(1px) saturate(110%);
|
||||||
mask-image: linear-gradient(
|
mask-image: linear-gradient(to right, rgba(#fff, 0.4), rgba(#fff, 0));
|
||||||
to right,
|
|
||||||
rgba(#fff, 0.4),
|
|
||||||
rgba(#fff, 0)
|
|
||||||
);
|
|
||||||
|
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
z-index: +1;
|
z-index: +1;
|
||||||
|
@ -67,7 +63,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (max-width: 500px) {
|
@media only screen and (max-width: 500px) {
|
||||||
#music {
|
#music {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
Loading…
Reference in a new issue