Tribute page is not all responsive to mobile view

My tribute page is not responsive to mobile view, what am I missing out? Pls help

This the link https://codepen.io/Priestly1/pen/vaePzJ

have you tried to use @media with a max-width to catch the mobile screen users and change your css accordingly?

1 Like

Please read, understand and compare this code:
https://www.w3schools.com/css/css_rwd_mediaqueries.asp

with your code.

1 Like

I will give it a try… Thanks