Merge pull request #733 from Safelite/feature/richardson/SSR-1352

limit width to 10rem (160px)
This commit is contained in:
brich1212safe 2024-06-06 10:10:41 -04:00 committed by GitHub
commit 719e69842c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,7 +138,7 @@ export default {
}
}
#siteHeaderImage {
width: auto;
width: 10rem;
height: 2.5rem;
}
</style>