Skip to content

Commit 9511647

Browse files
authored
feat: remove mobile animations from regular card (#251)
1 parent 36f9568 commit 9511647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/blog/articles/ui-article-card/src/lib/components/article-regular-card/article-regular-card.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<a [routerLink]="['/', article().slug] | alLocalize">
22
<article
3-
class="hover:shadow-al-primary group relative grid h-full w-full rounded-lg border border-transparent shadow-none transition-transform hover:scale-105 motion-reduce:transition-none motion-reduce:hover:scale-100"
3+
class="md:hover:shadow-al-primary group relative grid h-full w-full rounded-lg border border-transparent shadow-none transition-transform motion-reduce:transition-none lg:hover:scale-105 lg:motion-reduce:hover:scale-100"
44
[attr.aria-labelledby]="article().slug"
55
>
66
<div
7-
class="group-hover:bg-al-bottom-radial-gradient absolute bottom-0 z-0 h-1/2 w-full opacity-50"
7+
class="md:group-hover:bg-al-bottom-radial-gradient absolute bottom-0 z-0 h-1/2 w-full opacity-50"
88
></div>
99

1010
<img

0 commit comments

Comments
 (0)