Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialSebastian Lear
728 PointsMedia logos move into far left column when resolution is expanded to desktop size.
Here is my code for the contact page which is where the problem is.
Thanks for the help everyone.
4 Answers
Sebastian Lear
728 Points.contact-info li.phone a { background-image: url('../img/phone.png') }
.contact-info li.mail a { background-image: url('../img/mail.png') }
.contact-info li.twitter a { background-image: url('../img/twitter.png') }
These ones here.
Thanks Gareth
Gareth Redfern
36,217 PointsAre you able to upload your assets to codepen so that I can see them properly?
Greg Starkins
Courses Plus Student 4,905 PointsIn your CSS, try changing 'min-width' to 'min-height' under the '.contact-info a' selector.
Greg Starkins
Courses Plus Student 4,905 PointsIn your CSS, try changing 'min-width' to 'min-height' under the '.contact-info a' selector.
Gareth Redfern
36,217 PointsGareth Redfern
36,217 PointsHi Sebastian, which media logos do you mean?