Skip to content

Commit 804684b

Browse files
committed
Make transition property important for repo card styling
1 parent 50f0bdb commit 804684b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/repository/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The website automatically re-deploys every 6 hours to ensure all repositories ar
157157
border-radius: 16px;
158158
padding: 24px;
159159
text-decoration: none !important;
160-
transition: all 0.3s ease;
160+
transition: all 0.3s ease !important;
161161
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
162162
}
163163

0 commit comments

Comments
 (0)