Logo pixelation

The original logo file size is 79x79. Changed tower size from 42x42 to 41x41. Seems a little bit better. Confirmed that there are no surrounding elements or nearby elements overlapping or infringing upon the logo image boundaries.
This commit is contained in:
Chris Houseknecht 2014-07-09 18:25:21 -04:00
parent cbb9383cce
commit cd10ddba08

View File

@ -25,8 +25,8 @@ body {
margin-bottom: 0;
}
#ansible-brand-logo {
width: 42px;
height: 42px;
width: 41px;
height: 41px;
}
/*.navbar-collapse {
margin-left: 47px;