Spaces:
Running
Running
ChenyuRabbitLove
commited on
Commit
•
a7ed083
1
Parent(s):
fd80430
refactor: change viewport units to 25
Browse files- css/style.css +2 -2
css/style.css
CHANGED
@@ -7,8 +7,8 @@
|
|
7 |
|
8 |
#user_avatar {
|
9 |
background-color: transparent !important;
|
10 |
-
width:
|
11 |
-
height:
|
12 |
border-radius: 50% !important;
|
13 |
box-shadow: 0 10px 15px rgba(0,0,0,0.1);
|
14 |
border-color: #fff !important;
|
|
|
7 |
|
8 |
#user_avatar {
|
9 |
background-color: transparent !important;
|
10 |
+
width: 25vw;
|
11 |
+
height: 25vw;
|
12 |
border-radius: 50% !important;
|
13 |
box-shadow: 0 10px 15px rgba(0,0,0,0.1);
|
14 |
border-color: #fff !important;
|