]> iEval git - gruntmaster-page.git/commitdiff
Scale logo on small screens
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 21 Feb 2015 09:04:19 +0000 (11:04 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 21 Feb 2015 09:04:19 +0000 (11:04 +0200)
css/logo.css

index 73dac64afc38881f77447e92adc0de84e3f1ebb2..db86d4f8235ae3d61f00d8beb50fe24d60eb178f 100644 (file)
@@ -1,6 +1,7 @@
 #logo {
-       width:  600px;
-       height: 150px;
+       width: 100%;
+       max-width:  600px;
+       max-height: 150px;
 }
 
 #mind path   { stroke: none }
This page took 0.021793 seconds and 4 git commands to generate.