diff --git a/app/components/layout/index.module.css b/app/components/layout/index.module.css index 32f2158a0..e2464fad9 100644 --- a/app/components/layout/index.module.css +++ b/app/components/layout/index.module.css @@ -12,7 +12,8 @@ } .hamburger.fab svg { - width: 2.25rem; + min-width: 2.25rem; + max-width: 2.25rem; stroke-width: 2px; }