Fix character unit sizing

This commit is contained in:
Justin Edmund 2022-12-28 22:37:01 -08:00
parent bd0e66a986
commit 6ef884b784

View file

@ -59,7 +59,7 @@
overflow: hidden;
transition: all 0.18s ease-in-out;
height: auto;
// width: 131px;
width: 100%;
&:hover .icon svg {
fill: var(--icon-secondary-hover);