fix(header.css): set height auto

This commit is contained in:
Cory Dransfeldt 2025-04-22 08:04:52 -07:00
parent 1428eb54bf
commit f3fb126fcc

View file

@ -19,6 +19,7 @@
img {
max-width: calc(var(--sizing-3xl) * 1.25);
height: auto;
}
span {