Update style.css
This commit is contained in:
parent
34c74d1186
commit
ac9f911d13
1 changed files with 2 additions and 2 deletions
|
|
@ -6598,8 +6598,8 @@ body {
|
||||||
/* Artist Bubble Card */
|
/* Artist Bubble Card */
|
||||||
.artist-bubble-card {
|
.artist-bubble-card {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 80px;
|
width: 200px;
|
||||||
height: 80px;
|
height: 200px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue