diff --git a/assets/styles/components/images.scss b/assets/styles/components/images.scss index 0fa10d1..146ea8b 100644 --- a/assets/styles/components/images.scss +++ b/assets/styles/components/images.scss @@ -47,8 +47,12 @@ html[data-theme='dark'] { filter: invert(1); } -.company-logo { - height: auto; - width: 64px; +.logo-holder { + height: 64px; margin-bottom: 1em; +} + +.company-logo { + max-height: 100%; + width: auto; } \ No newline at end of file