From: Marius Gavrilescu Date: Sat, 21 Feb 2015 09:04:19 +0000 (+0200) Subject: Scale logo on small screens X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;h=ba0718b63d7b61da905c0cbece0e7e9b7ce1dd22;p=gruntmaster-page.git Scale logo on small screens --- diff --git a/css/logo.css b/css/logo.css index 73dac64..db86d4f 100644 --- a/css/logo.css +++ b/css/logo.css @@ -1,6 +1,7 @@ #logo { - width: 600px; - height: 150px; + width: 100%; + max-width: 600px; + max-height: 150px; } #mind path { stroke: none }