Fixed width/height on React logo

This commit is contained in:
petehunt
2013-06-12 14:00:33 -07:00
committed by Paul O’Shannessy
parent 83e1dc5618
commit b148b1235e
+1 -1
View File
@@ -35,7 +35,7 @@
<div class="nav-main">
<div class="wrap">
<a class="nav-home" href="/react/index.html">
<img class="nav-logo" alt="" src="/react/img/logo_small.png">
<img class="nav-logo" alt="" src="/react/img/logo_small.png" width="38" height="38">
React
</a>
<ul class="nav-site">