diff --git a/app/assets/stylesheets/desktop/header.scss b/app/assets/stylesheets/desktop/header.scss index 25ec43a4ae5..f18aa01a799 100644 --- a/app/assets/stylesheets/desktop/header.scss +++ b/app/assets/stylesheets/desktop/header.scss @@ -30,7 +30,6 @@ } } #site-logo { - max-width: 122px; max-height: 40px; } .fa-home { diff --git a/app/assets/stylesheets/mobile/header.scss b/app/assets/stylesheets/mobile/header.scss index 1e81ca79f63..dfd4f9370ab 100644 --- a/app/assets/stylesheets/mobile/header.scss +++ b/app/assets/stylesheets/mobile/header.scss @@ -34,7 +34,6 @@ } } #site-logo { - max-width: 122px; max-height: 40px; } .fa-home {