fix: add "px" into style width

This commit is contained in:
Ayo Ayco 2026-02-25 20:19:06 +01:00
parent cf69d45064
commit 48e3acde2f

View file

@ -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 {