fix: add "px" into style width
This commit is contained in:
parent
cf69d45064
commit
48e3acde2f
1 changed files with 2 additions and 2 deletions
|
|
@ -136,8 +136,8 @@ const avatarSize = 150
|
|||
background-color: var(--color-brand-blue-1);
|
||||
display: block;
|
||||
border-radius: 50%;
|
||||
width: var(--avatarSize);
|
||||
height: var(--avatarSize);
|
||||
width: var(--avatarSize) px;
|
||||
height: var(--avatarSize) px;
|
||||
}
|
||||
|
||||
.highlighted-section__content ul a {
|
||||
|
|
|
|||
Loading…
Reference in a new issue