limit width to 10rem (160px)
rounded width (from 157, that was pre desktop update)
This commit is contained in:
parent
963dda5a77
commit
6ac3e919f7
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