Commit 7a9e9f0c authored by timel's avatar timel

Merge branch 'fix/small' into 'main'

fix: small

See merge request !287
parents ac2b7630 2bb3e56c
Pipeline #23257 passed with stages
in 11 minutes and 1 second
......@@ -45,19 +45,14 @@
width: var(--width);
height: calc(var(--width) / var(--card-ratio));
flex-shrink: 0;
border-radius: 4px;
border: 1px solid #ffffff52;
overflow: hidden;
box-shadow:
0 0px 0px -15px #5a627a,
0 0px 5px -30px #41485f;
box-shadow: 0 0 6px 2px #ffffff2b;
transition: 0.3s;
cursor: pointer;
&:hover {
--width: 200px;
--width: 220px;
filter: contrast(1.1);
box-shadow:
25px 0px 2px -15px #5a627a,
50px 0px 5px -30px #41485f;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment