Tribute Page finished, can I have some feedback please?

I shared it on facebook too, one guy said that text was overflowing the grid. This I can’t see, for me it works well.
How could I check if my code works well with different browsers?
Thanks.

1 Like

Hi, the text isnt overflowing on my S5 that I could see. The images are though.

You could add this rule to fix that:

IMG {
max-width: 100%;
}

Mark

You can also add the .img-responsive Bootstrap class to your images.