Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Logo resizing Reply To: Logo resizing

#234850
sarahbellum
Participant

That is odd, it worked fine on my end. http://codepen.io/sarahbellum/pen/OyaqZd

Maybe the full link will help. All I did was add:

.logo img{
  max-width: 100%;
  height: auto;
}