diff --git a/components/molecules/Logo/styles.module.css b/components/molecules/Logo/styles.module.css index 9c3286c8..9562d5d3 100644 --- a/components/molecules/Logo/styles.module.css +++ b/components/molecules/Logo/styles.module.css @@ -10,5 +10,7 @@ & > img { height: 100%; max-height: 100%; + max-width: 100%; + width: auto; } }