X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=css%2Flogo.css;h=db86d4f8235ae3d61f00d8beb50fe24d60eb178f;hb=7cbc093ea2bc5b60c8882ea2358af8cb200e58fc;hp=98c4367c75b63098e77a7497e78ac63d4f5fbfee;hpb=bd5ea970657ae9a16ed69748ce9e3feb361c658a;p=gruntmaster-page.git diff --git a/css/logo.css b/css/logo.css index 98c4367..db86d4f 100644 --- a/css/logo.css +++ b/css/logo.css @@ -1,14 +1,15 @@ #logo { - width: 600px; - height: 150px; + width: 100%; + max-width: 600px; + max-height: 150px; } #mind path { stroke: none } #coding path { fill: #FFF } -ellipse { stroke: #FFF } +#circle { stroke: #FFF } #head { fill: #FFF } .logo-light #mind path { stroke: #373435 } .logo-light #coding path { fill: #373435 } -.logo-light ellipse { stroke: #373435 } +.logo-light #circle { stroke: #373435 } .logo-light #head { fill: #373435 }