Merge pull request #723 from Safelite/BRM-hamburger-menu-logo-size-fix

Update logo size, fix hamburger placement, new favicon.
This commit is contained in:
bmauger 2024-05-30 14:51:54 -04:00 committed by GitHub
commit 8f9335120e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

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

View file

@ -6,7 +6,7 @@
@invalidSubmit="onInvalidSubmit">
<div class="container-fluid fade-on-route-transition">
<div class="row justify-content-center">
<div class="col-md-6 px-0 px-md-2">
<div class="col-md-6 col-xl-6">
<siteHeader
class="mb-2 header"
cmsWidgetName="SiteHeaderWidget" />

View file

@ -6,7 +6,7 @@
@invalidSubmit="onInvalidSubmit">
<div class="container-fluid fade-on-route-transition">
<div class="row justify-content-center">
<div class="col-md-6 col-xl-4">
<div class="col-md-6 col-xl-6">
<siteHeader cmsWidgetName="SiteHeaderWidget" />
<siteSubHeader
cmsWidgetName="SiteSubHeaderWidget"