Commit 7a9e9f0c authored by timel's avatar timel

Merge branch 'fix/small' into 'main'

fix: small

See merge request !287
parents ac2b7630 2bb3e56c
...@@ -45,19 +45,14 @@ ...@@ -45,19 +45,14 @@
width: var(--width); width: var(--width);
height: calc(var(--width) / var(--card-ratio)); height: calc(var(--width) / var(--card-ratio));
flex-shrink: 0; flex-shrink: 0;
border-radius: 4px; border: 1px solid #ffffff52;
overflow: hidden; overflow: hidden;
box-shadow: box-shadow: 0 0 6px 2px #ffffff2b;
0 0px 0px -15px #5a627a,
0 0px 5px -30px #41485f;
transition: 0.3s; transition: 0.3s;
cursor: pointer; cursor: pointer;
&:hover { &:hover {
--width: 200px; --width: 220px;
filter: contrast(1.1); 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