mirror of
https://github.com/Fluffy-Bean/website.git
synced 2024-12-28 02:16:10 +00:00
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:
parent
34415569b9
commit
7bd1dc0978
|
@ -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