[call-me] - improve widget
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user