ultimate-jekyll-manager 1.9.10 → 1.9.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -24,14 +24,9 @@
|
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
// Cards that are links (editorial story cards) lift on hover
|
|
28
27
|
a.card {
|
|
29
28
|
color: inherit;
|
|
30
29
|
text-decoration: none;
|
|
31
|
-
|
|
32
|
-
&:hover {
|
|
33
|
-
transform: translateY(-5px);
|
|
34
|
-
}
|
|
35
30
|
}
|
|
36
31
|
|
|
37
32
|
// Framed images inside hovered cards/links zoom slowly (cinematic pan feel)
|