We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a738ace commit 67994a9Copy full SHA for 67994a9
1 file changed
_layouts/website/languages.html
@@ -257,8 +257,9 @@ <h4>Suman Kunwar</h4>
257
}
258
259
.language-card:hover {
260
- transform: translateY(-8px);
261
- box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
+ transform: translateY(-12px) scale(1.03);
+ box-shadow: 0 25px 50px rgba(67, 97, 238, 0.3);
262
+ border-color: var(--primary-color);
263
264
265
.card-content {
@@ -281,8 +282,13 @@ <h4>Suman Kunwar</h4>
281
282
margin-bottom: 1.5rem;
283
color: white;
284
font-size: 1.5rem;
285
+ transition: transform 0.3s ease, box-shadow 0.3s ease;
286
287
288
+.language-card:hover .language-icon {
289
+ transform: scale(1.2);
290
+ box-shadow: 0 8px 20px rgba(67, 97, 238, 0.5);
291
+}
292
.language-card h3 {
293
margin: 0;
294
color: var(--dark-color);
0 commit comments