Update style.css

This commit is contained in:
Broque Thomas 2025-09-05 22:04:30 -07:00
parent ac9f911d13
commit de1c535ae6

View file

@ -6598,8 +6598,8 @@ body {
/* Artist Bubble Card */
.artist-bubble-card {
position: relative;
width: 200px;
height: 200px;
width: 150px;
height: 150px;
border-radius: 50%;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);