ChenyuRabbitLove commited on
Commit
fd80430
1 Parent(s): adf27eb

refactor: change viewport units to 30

Browse files
Files changed (1) hide show
  1. css/style.css +2 -2
css/style.css CHANGED
@@ -7,8 +7,8 @@
7
 
8
  #user_avatar {
9
  background-color: transparent !important;
10
- width: 10vw;
11
- height: 10vw;
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: 30vw;
11
+ height: 30vw;
12
  border-radius: 50% !important;
13
  box-shadow: 0 10px 15px rgba(0,0,0,0.1);
14
  border-color: #fff !important;