Spaces:
Running
Running
ChenyuRabbitLove
commited on
Commit
•
357027a
1
Parent(s):
de2e679
fix: modify avatar css code
Browse files- css/style.css +2 -9
css/style.css
CHANGED
@@ -1,13 +1,6 @@
|
|
1 |
-
|
2 |
-
background: url('https://storage.googleapis.com/wpassets.junyiacademy.org/1/2023/11/background-scaled.jpg');
|
3 |
-
background-size: cover;
|
4 |
-
background-position: center center;
|
5 |
-
background-repeat: no-repeat;
|
6 |
-
} */
|
7 |
-
|
8 |
-
/* #player_avatar_container{
|
9 |
place-items: center !important;
|
10 |
-
}
|
11 |
|
12 |
#player_avatar {
|
13 |
background-color: transparent !important;
|
|
|
1 |
+
#player_avatar_container{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
place-items: center !important;
|
3 |
+
}
|
4 |
|
5 |
#player_avatar {
|
6 |
background-color: transparent !important;
|