[call-me] - improve widget

This commit is contained in:
Miroslav Pejic
2025-01-22 00:18:36 +01:00
parent 2e5523c0cb
commit e99ab18cef
+3 -4
View File
@@ -22,13 +22,11 @@
width: 200px;
cursor: pointer;
display: block;
border: none;
border-radius: 1rem;
transition: box-shadow 0.3s ease;
transition: transform 0.3s ease;
}
img:hover {
box-shadow: 0 0 15px 3px rgba(0, 128, 0, 0.5); /* Green shadow effect */
transform: scale(1.05);
}
/* iFrame styling */
@@ -36,6 +34,7 @@
width: 80vw;
height: 80vh;
border: none;
border-radius: 10px;
display: none;
}