Merge pull request #733 from Safelite/feature/richardson/SSR-1352
limit width to 10rem (160px)
This commit is contained in:
commit
719e69842c
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ export default {
|
|||
}
|
||||
}
|
||||
#siteHeaderImage {
|
||||
width: auto;
|
||||
width: 10rem;
|
||||
height: 2.5rem;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue