adjust crown size (make small smaller)
This commit is contained in:
parent
3cd3f994e7
commit
fb9bc3033c
1 changed files with 4 additions and 4 deletions
|
@ -2546,9 +2546,9 @@ footer {
|
|||
|
||||
.icon-crown {
|
||||
position: absolute;
|
||||
width: 32px;
|
||||
width: 28px;
|
||||
left: 50%;
|
||||
margin-left: -16px;
|
||||
margin-left: -14px;
|
||||
top: -15px;
|
||||
fill: hsl(47,100%,59%);
|
||||
}
|
||||
|
@ -2558,8 +2558,8 @@ footer {
|
|||
height: 50px;
|
||||
|
||||
.icon-crown {
|
||||
width: 40px;
|
||||
margin-left: -20px;
|
||||
width: 36px;
|
||||
margin-left: -18px;
|
||||
top: -15px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue