Tribute page -Front development project

Hey I just finished my tribute page as the first development project here.

Although it’s perfect in PC and Tablet ,the content spills over in the Mobile portrait view.
I have used the .col-xs-12 row to wrap the content.

Can someone help me out

Post a link to the page.

actually,i solved it…
it was a mixing up of .container-fluid instead of .container

can you tell me the difference between those two?

i would still like your review on the pen below

https://getbootstrap.com/docs/3.3/css/#grid

Has a good explanation of the CSS grid system. Basically container-fluid makes the content the full-width of the platform. Container makes the content a fixed width.

Your tribute is very well done.