From 1306eaedb23e0d66a88138ed735508bf2b407bdd Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 25 Mar 2014 17:04:15 -0700 Subject: [PATCH] we don't need max width on header logo --- app/assets/stylesheets/desktop/header.scss | 1 - app/assets/stylesheets/mobile/header.scss | 1 - 2 files changed, 2 deletions(-) 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 {